commit | a2a10f4d2fa88863419ca22c0e89d4fb3f51990c | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 24 02:02:11 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 24 02:02:11 2020 +0000 |
tree | 64074fa7457a5b0c92e5cd449129b8c6362217c1 | |
parent | baf18446d9b34f93ff8afdb737ce395dc53973a8 [diff] | |
parent | 596f4830c92540422bb3eda2a4d02ca26318136f [diff] |
Snap for 6325693 from 596f4830c92540422bb3eda2a4d02ca26318136f to rvc-release Change-Id: Ide5eae7deed609d7a135a99741ae39f0ddaaa0f1
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.