Merge "Downgrade to appropriate logging level" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7124862fc0
@@ -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