commit | cd0daaf6cab0197afce3ba02b9df71be5a3e59f8 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sun Feb 16 00:06:20 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sun Feb 16 00:06:20 2020 +0000 |
tree | 65164fd47438251412497564d1964ee2c924aa3d | |
parent | eeadb9f1a5ecab3fd4017bfe97cb4d4132c6b9bf [diff] | |
parent | 1812b564d2a6a1b6cbc841af9c5ec89a0b1d682a [diff] |
Snap for 6211803 from 1812b564d2a6a1b6cbc841af9c5ec89a0b1d682a to rvc-release Change-Id: If4c66c32c263e97700db3046486d651448368722
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.