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

Commit 6419901d authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Remove logging that could delay transition processing" into main

parents 0c6509ce 73a8d1f3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -180,7 +180,6 @@ constructor(

    override suspend fun startTransition(info: TransitionInfo): UUID? {
        currentTransitionInfo = info
        Log.d(TAG, "(Internal) Setting current transition info: $info")

        // There is no fairness guarantee with 'withContext', which means that transitions could
        // be processed out of order. Use a Mutex to guarantee ordering. [updateTransition]