commit | bb22c7cace7b66b28c9c7bc840ef3c7db0c5e50c | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Jun 16 11:48:13 2021 +0800 |
committer | Mike Yu <yumike@google.com> | Wed Jun 16 12:01:33 2021 +0800 |
tree | 64b9f1ed3712181ae41e4eef61d2e3ceae64d419 | |
parent | d65a6bda85aa01fe574be65d3fdd7b2d33c3be14 [diff] |
Revert "Revert "Implement DNS probe in DoT validation"" This reverts commit d65a6bda85aa01fe574be65d3fdd7b2d33c3be14. Reason for revert: fix is ready Bug: 191147599 Change-Id: Icb7138a280695a525ec828a140c78aa1636125ac
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.