tag | 8f9f1bffa07a8ab760f11417fb94147292c2b742 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Oct 07 15:01:34 2024 -0700 |
object | 6138a3b7058d9763451e36a9d64fe7d61a432227 |
Android Platform 13.0.0 Release 24 (12357487)
commit | 6138a3b7058d9763451e36a9d64fe7d61a432227 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Sep 22 17:43:26 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Sep 22 17:43:26 2023 +0000 |
tree | 472d54b5398d49e085e61126af1f634edbe810ce | |
parent | 4cb2d4b16d3b886be62c498c863df2644edc5885 [diff] | |
parent | 397738c29be0de5f79a8d9980711cb9230db01a9 [diff] |
Merge cherrypicks of ['googleplex-android-review.googlesource.com/24545343'] into tm-platform-release. Change-Id: Ia41312bf684eb7d423ea932e40b2476f87db9274
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.