Merge "Removing unnecessary logging" into sc-v2-dev am: 32e573162d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15535164 Change-Id: I6493664251d01e53ee267b886d006bdf64f6ffd1
This commit is contained in:
@@ -1332,13 +1332,6 @@ public final class LauncherInstrumentation {
|
||||
}
|
||||
|
||||
final MotionEvent event = getMotionEvent(downTime, currentTime, action, point.x, point.y);
|
||||
// b/190748682
|
||||
switch (action) {
|
||||
case MotionEvent.ACTION_DOWN:
|
||||
case MotionEvent.ACTION_UP:
|
||||
log("b/190748682: injecting " + event);
|
||||
break;
|
||||
}
|
||||
assertTrue("injectInputEvent failed",
|
||||
mInstrumentation.getUiAutomation().injectInputEvent(event, true, false));
|
||||
event.recycle();
|
||||
|
||||
Reference in New Issue
Block a user