commit | 6cfba61cf2ee66bc27f45115e46bf8196f18b10a | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Jan 21 05:41:12 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 21 05:41:12 2020 -0800 |
tree | 8ccc93ae48a15e26c0fd7b817d1e4139f4dd15da | |
parent | a5c853f9cd6f4eb4844e9b3586bc35e6ffbc8203 [diff] | |
parent | 19a5617397158f33277aa63c859058b394565887 [diff] |
Merge "Add test coverage for DnsResolverService::dump()" am: 19a5617397 Change-Id: I1163bda414c200e27cb277b712f20cb0e1546a74
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.