commit | 52e70f7e25b0af2a8704f81e36c6c221b744ac8f | [log] [tgz] |
---|---|---|
author | lifr <lifr@google.com> | Wed Apr 22 14:38:40 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 22 14:38:40 2020 +0000 |
tree | 04f2e687eda4a4400048f997c70c84110604263f | |
parent | 0d05fb8fdcb18c13c977174eadea8d5b8cf7a00e [diff] | |
parent | 803522642001b7b0b59f099d071e254e656debf4 [diff] |
Correct the 1st item name of enum LinuxErrno as SYS_NO_ERROR in DNS Resolver atom. am: 8035226420 Change-Id: I8dd6a38fa1edd7aec876f2bb1a0904d447f4907b
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.