commit | 3ec8f502e7a6a6f04b21f7305b912b902ef66e72 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Apr 08 02:04:36 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Apr 08 02:04:36 2020 +0000 |
tree | d46863bf89705f24c0f604564f1568a59746a778 | |
parent | 470b27faf1671b189ca7adbba5dfa007c401c913 [diff] | |
parent | 2b0440bd000997f73ac1f7894f2be27d804897d5 [diff] |
Snap for 6374687 from 2b0440bd000997f73ac1f7894f2be27d804897d5 to rvc-release Change-Id: Iceb53594a954b5e5f3a0479f57a9179814a11660
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.