commit | 0c422fff84bc88d1a86f83b7602d2a85a109312f | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Wed Jun 23 12:10:20 2021 +0800 |
committer | Ken Chen <cken@google.com> | Wed Jun 23 12:49:16 2021 +0800 |
tree | 943a2f6a9cfc7d30aa5ada3e1450b4ee1c9a06fd | |
parent | cf56d23d1fdf4874230fed23601aa87c0e76207f [diff] |
Disable deprecated declarations warning-to-error for test. networkCreatePhysical and networkCreateVpn were deprecated since v6. To minimize change in S release, DNS resolver test will not migrate to new method networkCreate. Bug: 171872481 Test: atest Change-Id: Ic4a755f9f86f83a2f8be0427b4d39fcec6bf05de
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.