commit | f871e4f5a931e2ba18e92d95c62f5bcd6d580a73 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed May 27 18:54:13 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Wed May 27 18:54:13 2020 +0800 |
tree | 2e379c95645bdef30828d5e156d80e952a39dab8 | |
parent | d5de13da6fc5d700df21a0c421b31af0ede02785 [diff] |
Switch back to using unstable interfaces for resolv_unit_test. To avoid conflict for further CLs between aosp and internal master. Bug: 156914456 Test: build Change-Id: I2cbd5e7908da5dcfe3ff4d5d4abab87e1461a069
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.