commit | b7aac3e4e7d241f1e6b9565031d0c6b257f86857 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Apr 29 01:10:46 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Apr 29 01:10:46 2020 +0000 |
tree | e1aa372c850af4938437360be1e841b3c6acd16d | |
parent | 237795b6f5eefe321f29e8b936e6c3963025677c [diff] | |
parent | 328324efd29fd54a61c4333df03af986e4515a9d [diff] |
Snap for 6440900 from 328324efd29fd54a61c4333df03af986e4515a9d to rvc-release Change-Id: I2e9394bf2517ebad6b2ccaeb773fda59434d3fd3
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.