commit | 7880ca4da289cb983b1522fa21cb7d4a22751094 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Sun Nov 03 23:23:18 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Sun Nov 03 23:23:18 2019 -0800 |
tree | 6fcc3d13a407e3a85fc584f460aad2c4d7c272d6 | |
parent | b2c13e0ce17dfbb82ea3ef38daeda56d4841f91c [diff] | |
parent | 8cfe556706b9549fd34005aebce10df13bf8a2b1 [diff] |
Fix false positive on res_stats checking in cache unit test am: 8cfe556706 Change-Id: Ib3e31968778103031b13fcee4364e8a654bc7ad7
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.