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

Commit 794ca4db authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Dumping view hierarchy before swiping to Overview" into ub-launcher3-rvc-dev

parents 75dcd82a 0790cef4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -86,6 +86,11 @@ public class Background extends LauncherInstrumentation.VisibleContainer {
                        zeroButtonToOverviewGestureStartsInLauncher()
                                ? LauncherInstrumentation.GestureScope.INSIDE_TO_OUTSIDE
                                : LauncherInstrumentation.GestureScope.OUTSIDE;

                // b/156044202
                mLauncher.log("Hierarchy before swiping up to overview:");
                mLauncher.dumpViewHierarchy();

                mLauncher.sendPointer(
                        downTime, downTime, MotionEvent.ACTION_DOWN, start, gestureScope);
                mLauncher.executeAndWaitForEvent(