commit | 2e04abc3a28b4e0ba8b1a518898c91e4069dff01 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Mar 26 02:11:27 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Mar 26 02:11:27 2020 +0000 |
tree | b055188c845b7837548102911a1fe1c62284b297 | |
parent | b65e32a4b79545bfa7c82931ac463109ff649ccc [diff] | |
parent | 4140bbfccc705a8361a0b39e2edfcc946d0857a7 [diff] |
Snap for 6333744 from 4140bbfccc705a8361a0b39e2edfcc946d0857a7 to rvc-release Change-Id: I2f9c57c01764e6755cbb2de239303260a4e8f171
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.