commit | 8efa8be0ae5a4e477d972b5d0851e8f936516eb4 | [log] [tgz] |
---|---|---|
author | waynema <waynema@google.com> | Mon Oct 04 04:38:41 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Oct 04 04:38:41 2021 +0000 |
tree | c354955e7f58ffbab8849638d28dd7b78f774529 | |
parent | 6f0a2dd3d348a866c783097bc9f747985bbd3f6d [diff] | |
parent | cf2f9fdb4e5312f4128eb4dc22c1ec01d1b810e1 [diff] |
Cleanup DoH statistics when DoH is not supported in the private DNS mode. am: ae5fe72c34 am: cf2f9fdb4e Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1842948 Change-Id: I0ea48ddfb2dd0fb245bfbce0729f9c89b3a62ad2
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.