commit | b994f80d3d66b088fad1ad2920fe1f22b163109a | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri May 29 18:31:33 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 29 18:31:33 2020 +0000 |
tree | fde4f6e569cc303fe6a6fe568b98e44e9a5d8cb2 | |
parent | fe97d28242537204d43af02664ca5b7390ba996d [diff] | |
parent | 8c45bfb848cd6da0258093b6bd37cf4745b1df0a [diff] |
[automerger skipped] Skip the legacy stats recording if DNS requests are denied by network policy am: 8c45bfb848 -s ours am skip reason: Change-Id I4c1d2a5c9f43650a5346a5ee0bb88eb36f850096 with SHA-1 eb618ef6c5 is in history Change-Id: I8f7d3f5c1c1ff182a60d2a62f5c622f133c57bed
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.