commit | 625571bff5e13cb55693dd19eaca7dee70ada6c8 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Apr 25 01:08:00 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Apr 25 01:08:00 2020 +0000 |
tree | f4c8dd4cdd753dcaf519d0e162f6a0478b2f83e7 | |
parent | 3b2fa0799c43f93003da99a1802d78b85afe5f02 [diff] | |
parent | c4f506d7106384e613ed9aa0d17cf9398d6b392c [diff] |
Snap for 6429305 from c4f506d7106384e613ed9aa0d17cf9398d6b392c to rvc-release Change-Id: Ia41ffd41223c42c7791427329b22d95cbc744fa5
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.