Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30cd83ef authored by Vadim Tryshev's avatar Vadim Tryshev Committed by android-build-merger
Browse files

Merge "Logging to catch INJECT PERMISSION problem" into ub-launcher3-qt-qpr1-dev

am: 96a066ab

Change-Id: I736858db69b4b4fb396890ca2f27804c37479efb
parents 27df700f 96a066ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;