commit | 29c917d95e15509f9901fe8a846b40bcda36a8bd | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Wed Sep 15 10:52:41 2021 -0700 |
committer | Matthew Maurer <mmaurer@google.com> | Tue Oct 05 16:52:35 2021 -0700 |
tree | a9747cf466b4054dd2fd7394b0412405d3f1b25b | |
parent | 429321fa9ca9d26f349f9381883e855f32e488bf [diff] |
DoH: Remove unneeded runtime tracking Bug: 202081046 Change-Id: I4af3790d3584b4cc49e6a7a296f1608130726b45
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.