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