commit | e0a1598e68dfc2ed0a5ab4bb2bedf399452d0a44 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Jun 18 01:25:20 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 18 01:25:20 2020 +0000 |
tree | a863866a4f483542de0fcf371e7a2c6e759cdbb7 | |
parent | 9b95d02b3f5b02a05af1791ccfc120b38aab8237 [diff] | |
parent | 2150192bd46b980bf86214f3c7de785439b1a2fe [diff] |
Allow only AID_ROOT to inject certificate am: e951685dc3 am: 2150192bd4 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/11882409 Change-Id: I2b42599d726f539ef541e37ed14e12ceb9d284f7
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.