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