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