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

Commit 372fbe4e authored by Jaewan Kim's avatar Jaewan Kim
Browse files

InputDispatcher: Fix typo

Test: Build
Change-Id: I500c732808cb2db6cd0669ee1eebbc9a1f150876
parent 84d78e1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2768,7 +2768,7 @@ void InputDispatcher::notifyMotion(const NotifyMotionArgs* args) {
          "yCursorPosition=%f, downTime=%" PRId64,
          args->eventTime, args->deviceId, args->source, args->displayId, args->policyFlags,
          args->action, args->actionButton, args->flags, args->metaState, args->buttonState,
          args->edgeFlags, args->xPrecision, args->yPrecision, arg->xCursorPosition,
          args->edgeFlags, args->xPrecision, args->yPrecision, args->xCursorPosition,
          args->yCursorPosition, args->downTime);
    for (uint32_t i = 0; i < args->pointerCount; i++) {
        ALOGD("  Pointer %d: id=%d, toolType=%d, "