Loading libs/input/InputTransport.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ #include <errno.h> #include <fcntl.h> #include <inttypes.h> #include <math.h> #include <sys/types.h> #include <sys/socket.h> Loading Loading @@ -312,7 +313,7 @@ status_t InputPublisher::publishMotionEvent( } if (pointerCount > MAX_POINTERS || pointerCount < 1) { ALOGE("channel '%s' publisher ~ Invalid number of pointers provided: %zu.", ALOGE("channel '%s' publisher ~ Invalid number of pointers provided: %"PRIu32".", mChannel->getName().string(), pointerCount); return BAD_VALUE; } Loading Loading
libs/input/InputTransport.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ #include <errno.h> #include <fcntl.h> #include <inttypes.h> #include <math.h> #include <sys/types.h> #include <sys/socket.h> Loading Loading @@ -312,7 +313,7 @@ status_t InputPublisher::publishMotionEvent( } if (pointerCount > MAX_POINTERS || pointerCount < 1) { ALOGE("channel '%s' publisher ~ Invalid number of pointers provided: %zu.", ALOGE("channel '%s' publisher ~ Invalid number of pointers provided: %"PRIu32".", mChannel->getName().string(), pointerCount); return BAD_VALUE; } Loading