commit | 6b7ff6100857c02aa92def1efcab1afb12d8f91e | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Mar 25 15:23:41 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Wed Mar 25 09:05:47 2020 +0000 |
tree | c38aa47283ebb58d6add1a4c5f67ec61d3cafe6d | |
parent | baff6f8872a8126ca125b09e394e9cf83628350e [diff] |
Use FilePusher as the target_preparer for resolv tests This is a workaround for DnsResovler MTS coverage. Bug: 152303924 Test: m mts && mts-tradefed run mts-dnsresolver Test: forrest Change-Id: I7371c7fbd3889dd522241f2a479bae46f182feba
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.