commit | a5c853f9cd6f4eb4844e9b3586bc35e6ffbc8203 | [log] [tgz] |
---|---|---|
author | Frank Li <lifr@google.com> | Tue Jan 21 01:05:04 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 21 01:05:04 2020 -0800 |
tree | 9e3c2519b6fda60780364b45b94f4ac67a3d4090 | |
parent | eb330bc0220f44e899ed43173390941c82982232 [diff] | |
parent | f79e246d5de9b605bbe8a1d61ebf94db88440a61 [diff] |
Merge "Add test cases in resolv_unit_test for proto NetworkDnsEventReported verification" am: f79e246d5d Change-Id: I09f656abf2b03763d5008bfefa5fcec720df5a11
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.