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