commit | ee085b0240fd41c05a022a06be11f93cc0a33645 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Nov 01 08:36:28 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 01 08:36:28 2019 +0000 |
tree | 824dbdb19d5ee1ad229bab75bc7a5b04c58d93ab | |
parent | 2078b2bd4229f705afb6d1f2012690757154eb99 [diff] | |
parent | be9e4f648c5491a82345f78d2ee0c529a0a55ca4 [diff] |
Merge "Add stats samples by looking up server address"
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.