From 245091e4e97941664f6980d77e4a2d95da640677 Mon Sep 17 00:00:00 2001 From: Chandru Date: Thu, 19 May 2022 14:31:28 +0000 Subject: [PATCH] Downgrade to appropriate logging level Old CL that was not cherry-picked to tm-qpr-dev Test: N/A, logging level change. Fixes: 249542165 Change-Id: I9e4c5d7253fa3621ab99aad2cfefcea8e2f6c572 (cherry picked from commit f7d5c5a82f2865a0a82f898a22159a35cf972520) --- .../com/android/systemui/statusbar/phone/KeyguardBouncer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java index 5f8da41610920..aa0757e1d572d 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java @@ -267,7 +267,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(