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