commit | 7821d2fa75f4c875bd67d28e954a5a9a33483ebe | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Sep 28 08:51:55 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 28 08:51:55 2021 +0000 |
tree | 7f2c6934efb4ed555969a4bd1bc25220836229e8 | |
parent | 29505cb6d3d1a69019d115bb13d7751553d0c034 [diff] | |
parent | 356e4c60bc6dd3a318a54911b81a2654a1c39a02 [diff] |
Merge "DoH statistics is now available from DnsStats and is shown in dumpsys dnsresolver."
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.