commit | e4dae9e4f268ca28733077a98fc97b8e1711e1a9 | [log] [tgz] |
---|---|---|
author | Frank Li <lifr@google.com> | Wed Mar 25 07:50:24 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 25 07:50:24 2020 +0000 |
tree | b45167cd28669842f77cc80db569c0e0be3c0561 | |
parent | baff6f8872a8126ca125b09e394e9cf83628350e [diff] | |
parent | d9018b8e2fa62d8b3fbd2d70f6ddb3fa5d6ea871 [diff] |
Merge "Add one metrics field to record the cause of DNS query internal error"
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.