commit | d65a6bda85aa01fe574be65d3fdd7b2d33c3be14 | [log] [tgz] |
---|---|---|
author | Sorin Basca <sorinbasca@google.com> | Tue Jun 15 15:13:36 2021 +0000 |
committer | Sorin Basca <sorinbasca@google.com> | Tue Jun 15 15:13:36 2021 +0000 |
tree | 95fb394c26b581abf9888ca2cf8e893db9b38d1b | |
parent | c47e5d708487baefcb63189fc99a068460323884 [diff] |
Revert "Implement DNS probe in DoT validation" This reverts commit c47e5d708487baefcb63189fc99a068460323884. Reason for revert: apct/net/resolv_integration_test failure Change-Id: Id16ed5ca261a63cbe2f3eff7699e74ef27701724
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.