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