commit | 22b8bdd3be96399c9e1517e225d5b688dfa8a55e | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Jan 23 07:05:04 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 23 07:05:04 2020 -0800 |
tree | 86a5162b7ae21db5eba10870f3f0768146f70973 | |
parent | 55b15ff4df3c6aa29a0fb71ab32a9846314e3a48 [diff] | |
parent | f1deb1c9199a719bc7fa9bbb553ea2f75b2fbc5e [diff] |
Merge "Fix harmless cache key bug in res_cache" am: f1deb1c919 Change-Id: Icb7ba1606862aa86b63cb0b47d79bc4e6464cb47
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.