commit | 85a67b87c8aa4a2c4b8fca5950fdba7ca4092fd5 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Jul 01 16:12:31 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 01 16:12:31 2021 +0000 |
tree | 4bc70e4bd4c476806ba31b18ba48479fbd1c74e9 | |
parent | e3ccbaae2c8ede77d565094bc50591a598f436b7 [diff] | |
parent | 80c211ac876d88add38a71813995f5c61b72dbdb [diff] |
Enable DNS probe in DoT validation by default in R am: 80c211ac87 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/15019756 Change-Id: I9309fc97e5ccf1a51104e879630eb5308fa4790d
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.