commit | 7a3a28d75dc87b194b95c568de7cd5ce36fe2bca | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Aug 05 04:31:14 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Aug 05 16:05:40 2021 +0800 |
tree | 51afc8e359a2139d1d4a2199a10a37dfd568ffdb | |
parent | 8343dd09e648fb19172631344230b1bf83c61537 [diff] |
Clear the DoH expired queries Test: atest Bug: 155855709 Change-Id: I410ea2119dfdf70b2e480a97b5a3a3a635a8c264
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.