commit | 96a066ab525a1dfdf03f39ff438bd667a8f02364 | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Thu Aug 15 23:41:59 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Aug 15 23:41:59 2019 +0000 |
tree | 593fff0858cbe8b6d1f59ff0043157f191e23c13 | |
parent | 96eba3aea67dae6211ef0c3ac9fba807899cda5e [diff] | |
parent | 47144ca73ce2e888e0cd8216c7116dbae1c5fa48 [diff] |
Merge "Logging to catch INJECT PERMISSION problem" into ub-launcher3-qt-qpr1-dev
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;