commit | 687a3003bf0bcd898b162cf02bdb737b8f90c59f | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Jun 18 01:05:45 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 18 01:05:45 2020 +0000 |
tree | a863866a4f483542de0fcf371e7a2c6e759cdbb7 | |
parent | 13284acdc22c486946d244ea32d81cf4c00ca9a5 [diff] | |
parent | e951685dc37240f2cbda7bd3385c16014aacbd5a [diff] |
Allow only AID_ROOT to inject certificate am: e951685dc3 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/11882409 Change-Id: I580b456a9e1e3ac8d1a841babc81969e34fb1051
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.