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

Commit 47144ca7 authored by vadimt's avatar vadimt
Browse files

Logging to catch INJECT PERMISSION problem

Bug: 139498375
Change-Id: Ib7b8e1997bae9d4ff9cce7cf8690e42b6fdaaf38
parent 68f5d6bf
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;