tag | b2b18e0dc6251cb82431c15e3d6d7fb75fbc7656 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Oct 07 14:42:01 2024 -0700 |
object | 7c4414545231aa599fe0132e5ead825bc888ffe1 |
Android Platform 12.0.0 Release 36 (12357482)
commit | 7c4414545231aa599fe0132e5ead825bc888ffe1 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Sep 23 22:15:56 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Sep 23 22:15:56 2023 +0000 |
tree | 9027e36dd97c7f5881fe7916d2c0fb564eb61d68 | |
parent | 11db395887860add8cc16fccf60833f5f4d0f062 [diff] | |
parent | e702927230dd5a52f936c45519730e7872ddc78a [diff] |
Merge cherrypicks of ['googleplex-android-review.googlesource.com/24557576'] into sc-platform-release. Change-Id: I97ddc1b910dae4247d0ebdda091dcd24cd28f630
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.