commit | b2c13e0ce17dfbb82ea3ef38daeda56d4841f91c | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Nov 01 01:55:25 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 01 01:55:25 2019 -0700 |
tree | 824dbdb19d5ee1ad229bab75bc7a5b04c58d93ab | |
parent | 372cec45329ad4e0f2558eaf9abb0b9d9f22c999 [diff] | |
parent | ee085b0240fd41c05a022a06be11f93cc0a33645 [diff] |
Merge "Add stats samples by looking up server address" am: ee085b0240 Change-Id: I337be31762a863cf599843381c5a63accc8f1c4f
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.