commit | 2150192bd46b980bf86214f3c7de785439b1a2fe | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Jun 18 01:05:29 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 18 01:05:29 2020 +0000 |
tree | a863866a4f483542de0fcf371e7a2c6e759cdbb7 | |
parent | 9ad7fdd3d80e8dda847a2c685d5ce33c3e9530f4 [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: Ib7e321d60e0a411babfbd56e57663f90e5016ff5
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.