commit | 62ff76892be06dd6b7714c89b42ecf41637d23cb | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat May 30 01:06:45 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat May 30 01:06:45 2020 +0000 |
tree | 761f17f3d19cb3fa3db215446eb572d7a6921421 | |
parent | c9389de96997138a5776d52afd5075c697362d91 [diff] | |
parent | 8c45bfb848cd6da0258093b6bd37cf4745b1df0a [diff] |
Snap for 6542686 from 8c45bfb848cd6da0258093b6bd37cf4745b1df0a to rvc-release Change-Id: I8a2375b9baa5ba56de128c63f4e2d092b86e0c6e
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.