commit | 13284acdc22c486946d244ea32d81cf4c00ca9a5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jun 18 01:05:32 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 18 01:05:32 2020 +0000 |
tree | 853a2e63d4c941b486a204a12158c63b7f73beee | |
parent | fbe1ab5b9d21b689338e0b27e2a0e37885148575 [diff] | |
parent | 3665a1c991063a4531c93f3d0ccaa3154d3da3e6 [diff] |
Remove RESOLV_INJECT_CA_CERTIFICATE am: 3665a1c991 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/11824578 Change-Id: Ic027ddd189ad1ef8a5b55a5b0f7dc65c9f658120
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.