commit | 7523715b0d2421b5b6edc2a538b3016cd659847f | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Feb 18 02:34:09 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 18 02:34:09 2022 +0000 |
tree | 3b62cd3ac7593b522843bcfe0733396ab0d61815 | |
parent | 0a27c4bb446c0f2e0389620a808e1a54ecb5d47a [diff] | |
parent | 15aa9eddd326b8a548bd0ec7372a4e66b0a67f53 [diff] |
DoH: Don't enable it in T by default am: 15aa9eddd3 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1990006 Change-Id: Ic5482a57f4b086b801a271b7c3488e601ef588af
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.