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
This commit is contained in:
Robin Lee
2023-05-26 12:22:53 +00:00
parent 3058475a71
commit aedee9d6f6

View File

@@ -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;
}
}