diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/LauncherActivityInterface.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/LauncherActivityInterface.java index 5e688fbe4b..d4175e27eb 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/LauncherActivityInterface.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/LauncherActivityInterface.java @@ -36,6 +36,7 @@ import android.content.Context; import android.graphics.Rect; import android.graphics.RectF; import android.os.UserHandle; +import android.util.Log; import android.util.Pair; import android.view.MotionEvent; import android.view.View; @@ -55,6 +56,7 @@ import com.android.launcher3.anim.AnimatorPlaybackController; import com.android.launcher3.appprediction.PredictionUiStateManager; import com.android.launcher3.statehandlers.DepthController; import com.android.launcher3.statehandlers.DepthController.ClampedDepthProperty; +import com.android.launcher3.testing.TestProtocol; import com.android.launcher3.userevent.nano.LauncherLogProto; import com.android.launcher3.views.FloatingIconView; import com.android.quickstep.SysUINavigationMode.Mode; @@ -383,6 +385,9 @@ public final class LauncherActivityInterface implements BaseActivityInterface isSwitchToStateEvent(event, expectedState, actualEvents), - () -> "Failed to receive an event for the state change: expected " + () -> "Failed to receive an event for the state change: expected [" + TestProtocol.stateOrdinalToString(expectedState) - + ", actual: " + eventListToString(actualEvents)); + + "], actual: " + eventListToString(actualEvents)); } private boolean isSwitchToStateEvent(