Merge "Downgrade to appropriate logging level" into tm-qpr-dev am: 7124862fc0
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20479305 Change-Id: If12d8f77e873adc54f2f4a8756c5d4479ba78cf5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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