commit | 86890c9b47c63b59a1c5b197f206ffcc92d36113 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Wed Jan 08 21:00:39 2020 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Wed Jan 08 21:46:30 2020 +0900 |
tree | efd2fb646f7772abaa2532f54b2f760472aced3a | |
parent | 14e0a78a6b99e84822cfe7d37aabae3af78ebcf9 [diff] |
Reduce usage of internal headers in tests Change-Id: I7ce09328e6c5878fe4275595ce31ac1cb51b85ec
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.