commit | 3a19d4cf8290fed48c05894e9e37c89cb3320cd1 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Feb 27 03:04:52 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Feb 27 03:04:52 2020 +0000 |
tree | 951b7f3f963e87d69ce426cf201c77d43f85617a | |
parent | 01c7787a6e6c6ab51abf67fe1ba53902832cecbf [diff] | |
parent | 684fa779587c35ef4ff571397021c3a85cf1ec91 [diff] |
Snap for 6239836 from 684fa779587c35ef4ff571397021c3a85cf1ec91 to rvc-release Change-Id: Ie2ad3fbf7783ea1238ac1857f348bae53bd2ac7f
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.