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

This commit is contained in:
TreeHugger Robot
2020-05-13 04:16:18 +00:00
committed by Android (Google) Code Review
@@ -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(