commit | eeadb9f1a5ecab3fd4017bfe97cb4d4132c6b9bf | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Feb 15 03:10:11 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Feb 15 03:10:11 2020 +0000 |
tree | ade0e378f63ca1eafc42a1c765bc265a1708f549 | |
parent | 631b50fccd0795a64361b3a11d0af6d03a85aa72 [diff] | |
parent | aaeb80b196777bd6d6283c2dac81ce9606770c9f [diff] |
Snap for 6210127 from aaeb80b196777bd6d6283c2dac81ce9606770c9f to rvc-release Change-Id: I9d7b94a5692339893bdfc16c875b8a44c51511e2
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.