Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aedee9d6 authored by Robin Lee's avatar Robin Lee
Browse files

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
parent 3058475a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }
    }