commit | 658721d32dcac6df9ba6da0f6b0473a33330a298 | [log] [tgz] |
---|---|---|
author | lifr <lifr@google.com> | Thu Apr 23 11:38:19 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 23 11:38:19 2020 +0000 |
tree | 5315d3aa67452a2faed3fe42fee9089320c1ce7b | |
parent | f6c31356ba815ad262697c9eb8ab65c3d5881944 [diff] | |
parent | a066fc06628c52ed431780d3b694b84844c6af30 [diff] |
Correct the 1st item name of enum LinuxErrno as SYS_NO_ERROR in DNS Resolver atom. am: 06851b237e am: a066fc0662 Change-Id: I0ad98fff821ea37cc4b95a3b0bfa5f588b4300dc
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.