commit | fe25ab805bb54424de55c623e3f093fe084bb601 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 10 02:14:35 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 10 02:14:35 2020 +0000 |
tree | 3f3b61ca4b5a77834bdd51811c49c15885dafde3 | |
parent | 8305a1bc43f9fe3168ff4d944071c464e0f2901b [diff] | |
parent | 40bf2ce733a5f5c6929894ef11ed9274f4e204c5 [diff] |
Snap for 6279178 from 40bf2ce733a5f5c6929894ef11ed9274f4e204c5 to rvc-release Change-Id: Id5198b9d0439a553e872d80d8dc322f7043336d9
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.