commit | b65e32a4b79545bfa7c82931ac463109ff649ccc | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Mar 25 02:06:00 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Mar 25 02:06:00 2020 +0000 |
tree | 124e416abceb171b8abcb16160d6be2e5b4e9a96 | |
parent | a2a10f4d2fa88863419ca22c0e89d4fb3f51990c [diff] | |
parent | 83c945db741dc6b81a109b707f79591626fb58a6 [diff] |
Snap for 6329815 from 83c945db741dc6b81a109b707f79591626fb58a6 to rvc-release Change-Id: If9e4144a3c137adcc48fc58cb460f52f26f7d7d2
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.