commit | 8104b77ea7bcd793bf0a586d6f61f916b81fcd11 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue May 19 07:14:02 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue May 19 07:14:02 2020 +0000 |
tree | b9813be6823c76ed4d1f37d75d51830f45dc0ce0 | |
parent | 9f08563babf25beed14b0f28d2d5b82f18dbf648 [diff] | |
parent | 72de35cdda60b1d4ae474089f9773260184a85b3 [diff] |
Snap for 6508895 from 72de35cdda60b1d4ae474089f9773260184a85b3 to mainline-release Change-Id: Ic487be2ceeb4ffd24115e0d30a3797bcb10363f3
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.