summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Julia Tuttle <juliatuttle@google.com> 2022-11-08 20:05:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-11-08 20:05:31 +0000
commitad1fb032a0d47205594d2f2ff0aeff5f15f9df26 (patch)
tree926005203224fc3c500143b83c8508cb51c8d950
parent691bfb642ad6e59a918ccef88a570d3fc9d2cdda (diff)
parent366fb289b431b0df9b2cb7a0f8a5733ecd4d19e4 (diff)
Merge "[SystemUI] Fix the misleading log."
-rw-r--r--packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java
index 0783eeec176f..90bcb0fe85fa 100644
--- a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java
+++ b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java
@@ -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 {