summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Robin Lee <rgl@google.com> 2023-05-26 12:22:53 +0000
committer Robin Lee <rgl@google.com> 2023-05-26 12:22:58 +0000
commitaedee9d6f6e9bb2131ff2dccb815ea98934a1a9e (patch)
tree3729aac007b80809bfe3f53a52633e5e0e4e1d4a /libs
parent3058475a71424a872f65c173a94588756693c637 (diff)
Downgrade a WTF to a W
Changes in the flow to this function make this a more common case that isn't so concerning any more. Change-Id: Ic582491e7ff03f1ee5196ccf9d75a8ec43af7cd8 Fix: 284235774
Diffstat (limited to 'libs')
-rw-r--r--libs/WindowManager/Shell/src/com/android/wm/shell/keyguard/KeyguardTransitionHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/keyguard/KeyguardTransitionHandler.java b/libs/WindowManager/Shell/src/com/android/wm/shell/keyguard/KeyguardTransitionHandler.java
index 658359ed31d0..79c646a84f9d 100644
--- a/libs/WindowManager/Shell/src/com/android/wm/shell/keyguard/KeyguardTransitionHandler.java
+++ b/libs/WindowManager/Shell/src/com/android/wm/shell/keyguard/KeyguardTransitionHandler.java
@@ -166,7 +166,7 @@ public class KeyguardTransitionHandler implements Transitions.TransitionHandler
"unocclude",
transition, info, startTransaction, finishTransaction, finishCallback);
} else {
- Log.wtf(TAG, "Failed to play: " + info);
+ Log.w(TAG, "Failed to play: " + info);
return false;
}
}