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