commit | b3dce10c8cb189e9f4c7c6cf7255e8c6f6303749 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Apr 09 02:06:11 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Apr 09 02:06:11 2020 +0000 |
tree | 7588e2cc8bf3f9c9b76db889ea44ec425dda1f98 | |
parent | 3ec8f502e7a6a6f04b21f7305b912b902ef66e72 [diff] | |
parent | 59c69981be8b1c97f16bf0f5f6dbb4c2a59e9c4c [diff] |
Snap for 6378851 from 59c69981be8b1c97f16bf0f5f6dbb4c2a59e9c4c to rvc-release Change-Id: I9dad62eb3776d230ca41964f0cb236a99fc2a834
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.