commit | 237795b6f5eefe321f29e8b936e6c3963025677c | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Apr 25 23:11:10 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Apr 25 23:11:10 2020 +0000 |
tree | a886020fa095a9da56bdc8d3db662e90d0794ac5 | |
parent | 625571bff5e13cb55693dd19eaca7dee70ada6c8 [diff] | |
parent | d463064904b4b29428bbfe42bdc93dde55ddb5b2 [diff] |
Snap for 6431357 from d463064904b4b29428bbfe42bdc93dde55ddb5b2 to rvc-release Change-Id: Id27b23fd9ae737799bd1b9cf48565a29814f3961
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.