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

Commit b5b41179 authored by Jeremy Sim's avatar Jeremy Sim
Browse files

Small splitscreen logging change

This patch updates one error message to use the same function as all other splitscreen error log messages.

Bug: 280494204
Test: Not needed
Change-Id: Ib08f8a6703bf0588b6e39541b8b3f7166dcffc64
parent 191f2fd4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2720,7 +2720,8 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler,
                == TRANSIT_SPLIT_SCREEN_OPEN_TO_SIDE) {
            // Open to side should only be used when split already active and foregorund.
            if (mainChild == null && sideChild == null) {
                Log.w(TAG, "Launched a task in split, but didn't receive any task in transition.");
                Log.w(TAG, splitFailureMessage("startPendingEnterAnimation",
                        "Launched a task in split, but didn't receive any task in transition."));
                // This should happen when the target app is already on front, so just cancel.
                mSplitTransitions.mPendingEnter.cancel(null);
                return true;