commit | 3b2fa0799c43f93003da99a1802d78b85afe5f02 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Apr 24 01:10:45 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Apr 24 01:10:45 2020 +0000 |
tree | 02f18c2706459ecc15052ff30c6ff37683b816bc | |
parent | 42512724d2ae4daa03502f4c8b2fa564967c089e [diff] | |
parent | 68fa50080d53dafae8580c4d8aecfe815fe5eea3 [diff] |
Snap for 6424828 from 68fa50080d53dafae8580c4d8aecfe815fe5eea3 to rvc-release Change-Id: Id18f34ebec7b9f6b1ab1a38f7fdd7851566d8064
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.