commit | e6101cb37879aed5795dcf3b27294a9a1ab8388f | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue May 19 01:06:37 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue May 19 01:06:37 2020 +0000 |
tree | b9813be6823c76ed4d1f37d75d51830f45dc0ce0 | |
parent | 8e4c6673af61b201ce7f663ee3c3799d08cd123d [diff] | |
parent | 816b6a7741dd6eb3e8c9c0fda56cfb33b8a60405 [diff] |
Snap for 6507440 from 816b6a7741dd6eb3e8c9c0fda56cfb33b8a60405 to rvc-release Change-Id: Id90323e7a4485a4a0a721938b129f0cb5e78d59b
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.