commit | 0db5d9c38fe317b580bc6c31f1e0b3012b09cc30 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri May 29 05:21:41 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 29 05:21:41 2020 +0000 |
tree | 7ed1dc2e8379ef36fae37a070ec5961962e27d63 | |
parent | 7bfd5e081c38d675599965a07388f6100862eac2 [diff] | |
parent | 9f4e41c3cee7910bd83937965d811d4ce77b37a2 [diff] |
Skip the legacy stats recording if DNS requests are denied by network policy am: eb618ef6c5 am: 9f4e41c3ce Change-Id: Id48ddadfde9444f36a9e3fc13ae3ac3b50d05948
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.