Merge "Downgrade a WTF to a W" into udc-dev

This commit is contained in:
Robin Lee
2023-05-30 06:37:08 +00:00
committed by Android (Google) Code Review

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