Loading libs/input/InputTransport.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ status_t InputPublisher::publishMotionEvent( "action=0x%x, flags=0x%x, edgeFlags=0x%x, metaState=0x%x, buttonState=0x%x, " "xOffset=%f, yOffset=%f, " "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, " "pointerCount=%d", "pointerCount=%" PRIu32, mChannel->getName().string(), seq, deviceId, source, action, flags, edgeFlags, metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount); Loading Loading
libs/input/InputTransport.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ status_t InputPublisher::publishMotionEvent( "action=0x%x, flags=0x%x, edgeFlags=0x%x, metaState=0x%x, buttonState=0x%x, " "xOffset=%f, yOffset=%f, " "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, " "pointerCount=%d", "pointerCount=%" PRIu32, mChannel->getName().string(), seq, deviceId, source, action, flags, edgeFlags, metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount); Loading