commit | 9b879a6b28354518ec8b06914e90d982f79babc5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Aug 26 00:31:32 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 26 00:31:32 2020 +0000 |
tree | 02e1bdd6ec6d0db0375f1971674aa333a4c2faac | |
parent | 2592a1340bb30c8b971ed10fb67a8e6c0b480c42 [diff] | |
parent | 23b1f138150a1abf2d7180edd6bd6a42f52989fe [diff] |
Merge "Fix tidy warnings for r399163 Clang update."
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.