commit | b8b27939436f46b4fe260ae7d5ff7899835ad261 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Jun 07 06:27:59 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jun 07 06:27:59 2021 +0000 |
tree | 0b98c09a259e0d9cbe5c262ea120af14bb25551d | |
parent | fb492079b3c1ba3d3a76b96422fc26cdf6766760 [diff] | |
parent | 1aede8135e8a227e127f826f38073eba7447c382 [diff] |
Merge "Support evaluating private DNS by latency"
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.