Skip to content

Commit aaee52c

Browse files
Jeff BrownAndroid (Google) Code Review
authored andcommitted
Merge "Clean up InputDispatcher debugging."
2 parents a2bc2d2 + 9cc695c commit aaee52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/input/InputDispatcher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,8 +1831,8 @@ void InputDispatcher::prepareDispatchCycleLocked(nsecs_t currentTime,
18311831
const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget,
18321832
bool resumeWithAppendedMotionSample) {
18331833
#if DEBUG_DISPATCH_CYCLE
1834-
LOGD("channel '%s' ~ prepareDispatchCycle - flags=%d, "
1835-
"xOffset=%f, yOffset=%f, scaleFactor=%f"
1834+
LOGD("channel '%s' ~ prepareDispatchCycle - flags=0x%08x, "
1835+
"xOffset=%f, yOffset=%f, scaleFactor=%f, "
18361836
"pointerIds=0x%x, "
18371837
"resumeWithAppendedMotionSample=%s",
18381838
connection->getInputChannelName(), inputTarget->flags,

0 commit comments

Comments
 (0)