commit | 5daa40dbf939d1cded6dc584133df9c68bdac5d0 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Jun 10 21:34:32 2021 +0800 |
committer | Mike Yu <yumike@google.com> | Sun Jun 13 22:33:04 2021 +0800 |
tree | 95fb394c26b581abf9888ca2cf8e893db9b38d1b | |
parent | 7135fbfcbdfc775c5acfc695e2e560154bf4aeca [diff] |
Revert "Support evaluating private DNS by latency" This reverts commit 1aede8135e8a227e127f826f38073eba7447c382. This is no longer needed since we will implement a simpler mechanics for DoT validation. Bug: 188153519 Test: cd packages/modules/DnsResolver && atest Change-Id: I4a2f8b926f27fd38c58aea3a993a311a74fc4950
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.