commit | 28c02910e65cf86f19c434c0320ea611b42ae58a | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Mar 05 15:14:55 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Mar 05 07:46:24 2020 +0000 |
tree | ef265928a66d70f9984b1676dcb39d03486c6b8e | |
parent | 15f8ea266732e27553ece7e6bfc2f00ce3ea2859 [diff] |
Add root target to resolv_integration_test_config.xml Add the missing root target Bug: 150207124 Test: atest Change-Id: Ib3fa894c0cc12b37c4a954eefd2ce621557482e0
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.