commit | 0ee1dc9635ce7e42cf8f506d95d8c22c750564fb | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Nov 09 14:56:54 2020 +0800 |
committer | Mike Yu <yumike@google.com> | Wed Nov 18 17:49:10 2020 +0800 |
tree | 4fbcfbbb75728d346e52e2626968943c7562f79f | |
parent | 8d9da4ae6d04716590b6db112331d79a0e288e43 [diff] |
Add PrivateDnsConfigurationTest Add some tests for private DNS validation. Bug: 79727473 Test: Run PrivateDnsConfigurationTest Change-Id: I8774ea6327865101e9e3bc6e9f784e227490ff47
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.