commit | f1deb1c9199a719bc7fa9bbb553ea2f75b2fbc5e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jan 23 14:31:35 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 23 14:31:35 2020 +0000 |
tree | 86a5162b7ae21db5eba10870f3f0768146f70973 | |
parent | a0e280c20b6c1160f007195ce546d314d1a4cc45 [diff] | |
parent | 2ddb630136ae8199debc2faa3586ba80e7ad5100 [diff] |
Merge "Fix harmless cache key bug in res_cache"
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.