commit | ffe7f5769443feee6ecf219b954c1bdf538a063f | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Feb 24 13:45:29 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 24 13:45:29 2022 +0000 |
tree | 0cc3d6d6bb9afd2023d134c11f616a60471a5943 | |
parent | b2b30f0ae004515ddf8ec081f8f3c11980dff0c4 [diff] | |
parent | 7523715b0d2421b5b6edc2a538b3016cd659847f [diff] |
DoH: Don't enable it in T by default am: 15aa9eddd3 am: 7523715b0d Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1990006 Change-Id: I0207108c8447fc90aa5d32768abc85b92f9c1555
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.