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 f7d5c5a82f)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user