Merge "[SystemUI] Fix the misleading log."

This commit is contained in:
Julia Tuttle
2022-11-08 20:05:31 +00:00
committed by Gerrit Code Review

View File

@@ -1641,7 +1641,7 @@ public class KeyguardViewMediator extends CoreStartable implements Dumpable,
try {
callback.onKeyguardExitResult(true);
} catch (RemoteException e) {
Slog.w(TAG, "Failed to call onKeyguardExitResult(false)", e);
Slog.w(TAG, "Failed to call onKeyguardExitResult(true)", e);
}
} else {