commit | 19a5617397158f33277aa63c859058b394565887 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jan 21 13:36:02 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 21 13:36:02 2020 +0000 |
tree | 8ccc93ae48a15e26c0fd7b817d1e4139f4dd15da | |
parent | f79e246d5de9b605bbe8a1d61ebf94db88440a61 [diff] | |
parent | 960243dbd55025c41f34050b17106d1233e2ee95 [diff] |
Merge "Add test coverage for DnsResolverService::dump()"
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.