commit | 4140bbfccc705a8361a0b39e2edfcc946d0857a7 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Mar 25 13:52:47 2020 +0000 |
committer | Luke Huang <huangluke@google.com> | Wed Mar 25 14:54:31 2020 +0000 |
tree | b055188c845b7837548102911a1fe1c62284b297 | |
parent | 83c945db741dc6b81a109b707f79591626fb58a6 [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 Merged-In: I7371c7fbd3889dd522241f2a479bae46f182feba Change-Id: If2e0750605208de3fd4bed781c17a73193807a8d (cherry picked from commit b146c8aae1400e0196241ef5bb2d3d6b83f40c5e)
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.