commit | d073bc5c7031503f4a20bb7812f4cb0b33859e29 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Mar 07 13:54:52 2022 +0800 |
committer | Mike Yu <yumike@google.com> | Mon Mar 07 15:36:31 2022 +0800 |
tree | 28da3efdef9815a3f31939ba0fc7de06ccf83e6d | |
parent | 562775e483d79fb5aa655ab0ad7437a6a9476422 [diff] |
DoH: Use DoH feature in T if the flag is unset Turn the feature default on for Android T again but make it able to be disabled by the flag. Bug: 200763585 Bug: 155855709 Test: cd packages/modules/DnsResolver && atest Change-Id: I3c1e52069ed2b2ba7008890227ae377f7520260f
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.