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

Commit 0790cef4 authored by vadimt's avatar vadimt
Browse files

Dumping view hierarchy before swiping to Overview

Bug: 156044202
Change-Id: I21a11a7a55103cffbc05ddeeb93ecc4f6f4063e7
parent 6459397e
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(