commit | 0c673ff7ad760e3f6e50f7cd122ccafd6c4af4c9 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Aug 11 11:06:17 2022 +0000 |
committer | Mike Yu <yumike@google.com> | Tue Aug 23 03:44:17 2022 +0000 |
tree | ad370b29f0567754e5caba4c791b703726a94828 | |
parent | b6882611c9e055616b4d46f54dbd1472ef2dcf02 [diff] |
Add NetworkDnsServerSupportReported in stats.proto Bug: 241788170 Test: Build pass Change-Id: Ic93ac663fc8b21defb49495599a186daab35af39
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.