Merge "Downgrade to appropriate logging level" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-11-15 18:00:33 +00:00
committed by Android (Google) Code Review

View File

@@ -267,7 +267,7 @@ public class KeyguardBouncer {
private void onFullyShown() { private void onFullyShown() {
mFalsingCollector.onBouncerShown(); mFalsingCollector.onBouncerShown();
if (mKeyguardViewController == null) { if (mKeyguardViewController == null) {
Log.wtf(TAG, "onFullyShown when view was null"); Log.e(TAG, "onFullyShown when view was null");
} else { } else {
mKeyguardViewController.onResume(); mKeyguardViewController.onResume();
mContainer.announceForAccessibility( mContainer.announceForAccessibility(