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

Commit dcbb1529 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Log remote animation timeouts with WTF instead of INFO

Bug: 298975791
Test: Manual
Change-Id: Iafef2877d8c8bdd17963f0aecad8b98b2cdc7e38
parent d411cb16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -893,7 +893,7 @@ class ActivityLaunchAnimator(
                return
            }

            Log.i(TAG, "Remote animation timed out")
            Log.wtf(TAG, "Remote animation timed out")
            timedOut = true

            if (DEBUG_LAUNCH_ANIMATION) {