commit | 01c7787a6e6c6ab51abf67fe1ba53902832cecbf | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Feb 21 03:14:53 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Feb 21 03:14:53 2020 +0000 |
tree | 660203ec6521412206a4cd2610db21fc13375e70 | |
parent | af0eb5ecb67308705e23c834d77c18aadd5279c9 [diff] | |
parent | a64455b63efce8358b58f55586dc806338344b2f [diff] |
Snap for 6224475 from a64455b63efce8358b58f55586dc806338344b2f to rvc-release Change-Id: I52f27f1a40cacca9f5f693056adcc8b4ceadc913
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.