commit | 78e68c95249b8350323e59a6e3f31bb982e7b455 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Apr 11 02:05:41 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Apr 11 02:05:41 2020 +0000 |
tree | e1aae501981eb80d398ca89300055ba11692bbb4 | |
parent | 24715cb21a00ab763b6dc4448ceb8b6fc4a18915 [diff] | |
parent | 05922e38c2b2d9b6830cfa236876a62df49b68e2 [diff] |
Snap for 6386750 from 05922e38c2b2d9b6830cfa236876a62df49b68e2 to rvc-release Change-Id: Ibb77c31b94c58692e9178979ca4c3a3fa1c8b4a7
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.