tag | 1592421dac07bc4ed5d90e96cf7830f576355e59 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 01 18:46:56 2024 -0700 |
object | f144de2b61d51dd812816c6b2abfd61e84226230 |
Android security 12.1.0 release 1
commit | f144de2b61d51dd812816c6b2abfd61e84226230 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Sep 21 17:27:20 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Sep 21 17:27:20 2023 +0000 |
tree | 9027e36dd97c7f5881fe7916d2c0fb564eb61d68 | |
parent | 5e77d601cb762e1d176cb2bdfd0e9211483c861c [diff] | |
parent | 354b399d8861f0acdc32b6e2a0c52406c26f35ee [diff] |
Merge cherrypicks of ['googleplex-android-review.googlesource.com/24557576'] into security-aosp-sc-v2-release. Change-Id: I17f42de3e5b5ad6fe86c8838135ff686f61cc24d
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.