commit | 06851b237e3df0effbd59f2d4b49b69ca9093780 | [log] [tgz] |
---|---|---|
author | lifr <lifr@google.com> | Wed Apr 22 15:49:58 2020 +0000 |
committer | Frank Li <lifr@google.com> | Thu Apr 23 02:18:08 2020 +0000 |
tree | 5315d3aa67452a2faed3fe42fee9089320c1ce7b | |
parent | fa4bf6f075e7950679366ac653c4aa469200427f [diff] |
Correct the 1st item name of enum LinuxErrno as SYS_NO_ERROR in DNS Resolver atom. Bug: 150194702 Test: Manual test with statsd_testdrive Merged-In: I7b64d8b9ca8708eb19a62145963bec25387fc3a9 Change-Id: I186509ffce6c5578e5f53dd8ef81932a7dcf7ebb (cherry picked from commit 4bddc412c38b9d0f185d6be69fd79356b74e03e0)
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.