commit | 5abe8f557df9c0a57c13265301a846047fd5740a | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Sep 21 17:27:30 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Sep 21 17:27:30 2023 +0000 |
tree | a52778af8c39ca28071d364d615b4a5b37b04459 | |
parent | 3040b2633d6ac3d475adec0e4dfdf4013c207236 [diff] | |
parent | 8e1561fb603fdaec15798372f865fb1750537f4f [diff] |
Merge cherrypicks of ['googleplex-android-review.googlesource.com/24545343'] into security-aosp-tm-release. Change-Id: Ib14bb1d0d0e177af861125f7763af37bcb45cbf8
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.