commit | 57e24b0e2f2079a82fa674be31b75b317f28a04a | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Nov 12 13:03:50 2019 +0900 |
committer | Jooyung Han <jooyung@google.com> | Wed Nov 13 19:03:09 2019 +0900 |
tree | cc6471f15f10e6b6c7a1056a08009892e3975a3d | |
parent | d77eef74c7356ffd285a24bc4d837cd8bcafac4c [diff] |
Set legacy_android10_support to apex modules resolv apex should support Android 10. With this flag, apex packages will include older APEX manifest format (JSON) as well as new format (Protobuf) so that they will work with Android 10. Bug: 143951586 Test: m com.android.resolv and install this to Android 10 device Change-Id: I887e45d28ce3e2c65c8849d9d18bd6489fe23465
This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR. The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If you want to enable the DEBUG level logs, using following command. adb shell service call dnsresolver 10 i32 1 VERBOSE 0 DEBUG 1 INFO 2 WARNING 3 ERROR 4 Verbose resolver logs could contain PII -- do NOT enable in production builds.