commit | 803522642001b7b0b59f099d071e254e656debf4 | [log] [tgz] |
---|---|---|
author | lifr <lifr@google.com> | Wed Apr 22 10:43:36 2020 +0800 |
committer | lifr <lifr@google.com> | Wed Apr 22 10:43:36 2020 +0800 |
tree | 04f2e687eda4a4400048f997c70c84110604263f | |
parent | 44e38183a74427cebf22a6391e3b004e371b401a [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 Change-Id: I7b64d8b9ca8708eb19a62145963bec25387fc3a9
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.