commit | 4fce9596daa0231462887483e2c39d00072b7689 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Mar 28 02:13:12 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Mar 28 02:13:12 2020 +0000 |
tree | af2f26b69ecc1222b05b7971decf04c2777142ef | |
parent | 2e04abc3a28b4e0ba8b1a518898c91e4069dff01 [diff] | |
parent | bbdfd07887be5e033cf75b15db6daf23a62cc72c [diff] |
Snap for 6342437 from bbdfd07887be5e033cf75b15db6daf23a62cc72c to rvc-release Change-Id: I78db37ca094ae23fe5a5050111a0a6a101d3f99a
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.