commit | 631b50fccd0795a64361b3a11d0af6d03a85aa72 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Feb 14 03:04:07 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Feb 14 03:04:07 2020 +0000 |
tree | 9a8197b69287b72267cd91d3ddef179b40349c43 | |
parent | 05be1c7d4eb7d829174766f23031947aefe79c63 [diff] | |
parent | d4e09734067dd21610690826bef76407c377f2dd [diff] |
Snap for 6206568 from d4e09734067dd21610690826bef76407c377f2dd to rvc-release Change-Id: I75d6cf731f4aa9af0f9553dfea3be84ca8a111cf
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.