commit | 30cd83ef2d777912f375ba33a0ff17faf1b971d9 | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Thu Aug 15 17:35:18 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Aug 15 17:35:18 2019 -0700 |
tree | 3ea0712f89fedbc23ebb2ca480219a103119c362 | |
parent | 27df700f056d88e38e913bc40ca0936fa420cd25 [diff] | |
parent | 96a066ab525a1dfdf03f39ff438bd667a8f02364 [diff] |
Merge "Logging to catch INJECT PERMISSION problem" into ub-launcher3-qt-qpr1-dev am: 96a066ab52 Change-Id: I736858db69b4b4fb396890ca2f27804c37479efb
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 34879a9..9d43352 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -882,6 +882,7 @@ } long movePointer(long downTime, long startTime, long duration, Point from, Point to) { + log("movePointer: " + from + " to " + to); final Point point = new Point(); long steps = duration / GESTURE_STEP_MS; long currentTime = startTime;