[SystemUI] Fix the misleading log.

Change-Id: I5b863a5b57e153090b3474b98c941f9360b57785
This commit is contained in:
xi yu
2022-11-08 13:26:25 +00:00
parent 4d07687915
commit 366fb289b4

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 {