tag | 671420ed797b0f40dec997d21edaf13cba14f119 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Sep 23 16:20:38 2024 -0700 |
object | 59c2e17a4465eb8c378f792c7fe5ab7a166f0252 |
frc_350822020 (12368934,com.google.android.go.media.swcodec,com.google.android.media.swcodec)
commit | 59c2e17a4465eb8c378f792c7fe5ab7a166f0252 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Sep 13 23:54:28 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Sep 13 23:54:32 2024 +0000 |
tree | 43c0777bcd7b2b9c443b8cf3e9d1f4f479d700cb | |
parent | f9ed3b8d5afdd9eb922df0a92d12c1b3240fe980 [diff] |
Version bump to frc_350822020 [apex/manifest.json] Change-Id: I339fa644ba320e2123c78633383d656d1458e96f
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.