summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-08-15 16:06:58 -0700
committervadimt <vadimt@google.com>2019-08-15 16:06:58 -0700
commit47144ca73ce2e888e0cd8216c7116dbae1c5fa48 (patch)
tree8e975a3a4884374067013aed1ba444c255913759 /tests
parent68f5d6bf763e843df0b40a1166e715944218c6dc (diff)
downloadandroid_packages_apps_Trebuchet-47144ca73ce2e888e0cd8216c7116dbae1c5fa48.tar.gz
android_packages_apps_Trebuchet-47144ca73ce2e888e0cd8216c7116dbae1c5fa48.tar.bz2
android_packages_apps_Trebuchet-47144ca73ce2e888e0cd8216c7116dbae1c5fa48.zip
Logging to catch INJECT PERMISSION problem
Bug: 139498375 Change-Id: Ib7b8e1997bae9d4ff9cce7cf8690e42b6fdaaf38
Diffstat (limited to 'tests')
-rw-r--r--tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
index 34879a9eb..9d433527d 100644
--- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
+++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -882,6 +882,7 @@ public final class LauncherInstrumentation {
}
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;