Loading services/input/InputDispatcher.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1831,8 +1831,8 @@ void InputDispatcher::prepareDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget, const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget, bool resumeWithAppendedMotionSample) { bool resumeWithAppendedMotionSample) { #if DEBUG_DISPATCH_CYCLE #if DEBUG_DISPATCH_CYCLE LOGD("channel '%s' ~ prepareDispatchCycle - flags=%d, " LOGD("channel '%s' ~ prepareDispatchCycle - flags=0x%08x, " "xOffset=%f, yOffset=%f, scaleFactor=%f" "xOffset=%f, yOffset=%f, scaleFactor=%f, " "pointerIds=0x%x, " "pointerIds=0x%x, " "resumeWithAppendedMotionSample=%s", "resumeWithAppendedMotionSample=%s", connection->getInputChannelName(), inputTarget->flags, connection->getInputChannelName(), inputTarget->flags, Loading Loading
services/input/InputDispatcher.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1831,8 +1831,8 @@ void InputDispatcher::prepareDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget, const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget, bool resumeWithAppendedMotionSample) { bool resumeWithAppendedMotionSample) { #if DEBUG_DISPATCH_CYCLE #if DEBUG_DISPATCH_CYCLE LOGD("channel '%s' ~ prepareDispatchCycle - flags=%d, " LOGD("channel '%s' ~ prepareDispatchCycle - flags=0x%08x, " "xOffset=%f, yOffset=%f, scaleFactor=%f" "xOffset=%f, yOffset=%f, scaleFactor=%f, " "pointerIds=0x%x, " "pointerIds=0x%x, " "resumeWithAppendedMotionSample=%s", "resumeWithAppendedMotionSample=%s", connection->getInputChannelName(), inputTarget->flags, connection->getInputChannelName(), inputTarget->flags, Loading