commit | 0a61733e8730aef8db8ae8f82b3c3beb70d8a7a9 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed May 26 03:21:29 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 26 03:21:29 2021 +0000 |
tree | fb25198c8bc765b15ad9347b1328c889531ac3bb | |
parent | 5e60de17c4c53d9e0f5009589d1f962d7a47d2fa [diff] | |
parent | 30e0de95630c00cfe23addd95212974b096c147a [diff] |
Merge "Exclude the latency in DnsStats if it is relevant to EPERM"
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.