commit | d64ba6016b14550143b1eefc85d5e211ada1676d | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Mar 25 17:57:30 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 25 17:57:30 2020 +0000 |
tree | b055188c845b7837548102911a1fe1c62284b297 | |
parent | 8396ffb417165fbc4e1879441fe98296344f4173 [diff] | |
parent | 1aa504b63b67ac0f41e50ed67ce4a96bd529792c [diff] |
Use FilePusher as the target_preparer for resolv tests am: 4140bbfccc am: 97fe0c16f9 am: 1aa504b63b Change-Id: I5adc2e610648c7bf61180b992989688570c44b57
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.