commit | 1ab9f61f46f8c66b575480eb6686905c3ca3a064 | [log] [tgz] |
---|---|---|
author | Frank Li <lifr@google.com> | Tue Mar 31 02:19:00 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 31 02:19:00 2020 +0000 |
tree | a5d49738d8955c33ae2aa35fb1b1f059569e4220 | |
parent | c7e3d40f944cefe53f203889bbe685707b679e0c [diff] | |
parent | 65b1e19e1f0d7ddec8a4db25988db6c4ad5fd633 [diff] |
Merge "Add one metrics field to record the cause of DNS query internal error" into rvc-dev am: 65b1e19e1f Change-Id: I531318c9b7cb8809a3d3983f0b4952919933540f
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.