commit | 9a0d7f6b4b2271849642fab84200f73783ea13de | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Fri Nov 15 08:12:55 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 15 08:12:55 2019 -0800 |
tree | 847924149001ca0d06d2b7209b0eb37190a7e1b4 | |
parent | 03dc9e497bac34f3ad94001e9326e7aafc3d413b [diff] | |
parent | d0f21362bdd535a9922a701c3475230cd77c14a5 [diff] |
Disable Asan on resolv_integration_test am: d0f21362bd Change-Id: Ib3a7c29f43c2121812c74d5565ba9536f8e7263e
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.