commit | 5e0fbd77b7e8b164f447b485cb2f19b0035205fa | [log] [tgz] |
---|---|---|
author | Frank Li <lifr@google.com> | Fri Apr 03 16:34:05 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 03 16:34:05 2020 +0000 |
tree | 333c458dcd00d264519a60767495218374ef12b4 | |
parent | 03caf326a8184d0a11c20785a546fda7b9e037f9 [diff] | |
parent | 6ae9616b0edbab46f03b13e7eee8f31da2f305f0 [diff] |
Merge "Define rcode=12~15 (UNASSIGNED) in rcode enum type" am: 6ae9616b0e Change-Id: I5b764c437def3b4b09fce0a245ba886a70a010ce
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.