commit | 543c77c28b4d37bc8fce5b84ea329b95ede59913 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Fri Dec 13 00:07:08 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 13 00:07:08 2019 -0800 |
tree | c9ac1fc08e9a9b390907f82236951be788356e4c | |
parent | e954ac8833536b4979033fd1a2fd35b3de7f4a2c [diff] | |
parent | f5b65c1feae8dac50b673936adf6808f96593f8b [diff] |
Merge "Enable ABI checker on DNS resolver" am: f5b65c1fea Change-Id: I83b6136c6a41b39a2ce1bc78db65d55b64851af9
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.