commit | 8e4c6673af61b201ce7f663ee3c3799d08cd123d | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu May 14 01:06:08 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu May 14 01:06:08 2020 +0000 |
tree | ff017a20b5c579be41824c73a62417047bf76cfe | |
parent | 7ad90dba288ddbb0138a33f8432c3a3291cac48f [diff] | |
parent | fcd7e8b0eb63647448deea5f0fe07f7ced12f60c [diff] |
Snap for 6492800 from fcd7e8b0eb63647448deea5f0fe07f7ced12f60c to rvc-release Change-Id: Ibdcbf4e4fa7ef161f6b2f3b953d170911b023873
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.