commit | 8154234514070c4edd3a9f27a55ae2244a8aeee9 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed May 20 07:04:47 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed May 20 07:04:47 2020 +0000 |
tree | 361961aab3ed2251de4a9da5d2af66f31bc3863e | |
parent | 8104b77ea7bcd793bf0a586d6f61f916b81fcd11 [diff] | |
parent | e70cadd62cf46768afd4c5d4fdd30f925982be36 [diff] |
Snap for 6512749 from e70cadd62cf46768afd4c5d4fdd30f925982be36 to mainline-release Change-Id: I11458fdfc3b368cd8f28af7b3c578a19d474796c
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.