commit | 8a1916dc2d4aa15984401cb736c9596b00219909 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Oct 03 04:14:08 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 03 04:14:08 2019 -0700 |
tree | 8466dc65e8bc49a35d304fba3b611d3b88da8b73 | |
parent | 0394116c91ff898ca5d24efa46fbbda4293da84b [diff] | |
parent | d2fa1092e7c6807cb89e46eb66249fe7d6a1edb9 [diff] |
Merge "Actually clear all DNS stats on resolver changes" am: d2fa1092e7 Change-Id: I626ac5958f682d594ce6b262b76ca4e73902e2d2
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.