commit | 65b1e19e1f0d7ddec8a4db25988db6c4ad5fd633 | [log] [tgz] |
---|---|---|
author | Frank Li <lifr@google.com> | Tue Mar 31 02:02:11 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Mar 31 02:02:11 2020 +0000 |
tree | a5d49738d8955c33ae2aa35fb1b1f059569e4220 | |
parent | 26e5815272c66e2935657759332736a9de3d6396 [diff] | |
parent | 6aa318e9ab4306b0ecdf580c3aa3bfde8d365d1b [diff] |
Merge "Add one metrics field to record the cause of DNS query internal error" into rvc-dev
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.