Downgrade to appropriate logging level

Test: N/A, logging level change.

Change-Id: I9e4c5d7253fa3621ab99aad2cfefcea8e2f6c572
This commit is contained in:
Chandru
2022-05-19 14:31:28 +00:00
parent f9bcc6f6a7
commit f7d5c5a82f

View File

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