commit | f67759e0a64d18fa2abb5e42452533625ab0e01e | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri May 29 18:44:28 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 29 18:44:28 2020 +0000 |
tree | 761f17f3d19cb3fa3db215446eb572d7a6921421 | |
parent | 70e2072b761b46515d78e480715ea7005a7cbe3a [diff] | |
parent | 19671c3fa6d0512bd9b5efdd7df87b0f8deff15c [diff] |
Skip the legacy stats recording if DNS requests are denied by network policy am: 8c45bfb848 am: 19671c3fa6 Change-Id: I7ec6906296c29372f12a38c05cb1a7283a200c93
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.