From f7d5c5a82f2865a0a82f898a22159a35cf972520 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 Test: N/A, logging level change. Change-Id: I9e4c5d7253fa3621ab99aad2cfefcea8e2f6c572 --- .../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 918d6bf93151f..8e65541081aa0 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java @@ -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(