commit | d1e944aa1165d4212a45b9a4f551dcf0358a6b5f | [log] [tgz] |
---|---|---|
author | Frank Li <lifr@google.com> | Tue Jan 07 16:49:33 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 07 16:49:33 2020 +0000 |
tree | 244864f8039e979e4d1334a1b9c0d8263b56138a | |
parent | 14e0a78a6b99e84822cfe7d37aabae3af78ebcf9 [diff] | |
parent | e02d01c18d2a1cf8f0d759b3be07a971b8e723e7 [diff] |
Merge "Fill in DNS query type in DNS metric when DNS lookup hit cache"
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.