commit | edfa66cb09bd816ebf8ed7054c9169bfe4c0dfeb | [log] [tgz] |
---|---|---|
author | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Wed Mar 17 10:04:49 2021 +0000 |
committer | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Wed Mar 17 10:04:49 2021 +0000 |
tree | bc8d5eebb5cc14a983fb6c086d6d1a2e8ce77175 | |
parent | c5bb9b1b8f37978b57164394d85265b687a51b63 [diff] | |
parent | c18374acd914b9ca31da7ecb1a9c6f2fb57abe14 [diff] |
Snap for 7214043 from c18374acd914b9ca31da7ecb1a9c6f2fb57abe14 to r-keystone-qcom-release Change-Id: Ia789dc6a24769e81a2a319f6587afedf95809cc2
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.