commit | cf56d23d1fdf4874230fed23601aa87c0e76207f | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Apr 29 19:37:25 2021 +0800 |
committer | Mike Yu <yumike@google.com> | Thu May 13 11:25:29 2021 +0800 |
tree | df882fabb0346d9ff4dc328844a95676b3ebe33c | |
parent | 690b19fad9b041cea89d2e8cb74004f334e829c5 [diff] |
Apply IPrivateDnsServer to PrivateDnsConfiguration Change to use IPrivateDnsServer instead of DnsTlsServer as much as possible. Bug: 186177613 Test: cd packages/modules/DnsResolver && atest Change-Id: I61081a0db5f53311f4335748f980467fcd4bd3e3
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.