commit | 9597f96cc3a6f5f5af8be2fbe99163e7a61b331f | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Mar 25 12:39:23 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 25 12:39:23 2020 +0000 |
tree | f3fbd43730b84a581588b4a20775ba57df4cd8c5 | |
parent | ae2dfc2a46508470edacff29202d5f10ab317aa6 [diff] | |
parent | 01b1824288272f29a18082e17eb0f2f497ac1a41 [diff] |
Merge "Use FilePusher as the target_preparer for resolv tests" am: 01b1824288 Change-Id: I27071c6ab1d12cb535d67434f5154f082ca3afcf
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.