diff options
| author | 2011-08-23 20:15:09 -0700 | |
|---|---|---|
| committer | 2011-08-23 20:15:09 -0700 | |
| commit | aaee52cfa8bb1d0070b69cd4087be63dd2c0fee9 (patch) | |
| tree | 0af4cee752fc8af8117bc0253a05ea746d14a8ec | |
| parent | a2bc2d2569e52dccb8df8fa73b9557e465113aab (diff) | |
| parent | 9cc695c5796cf93b414fd7627eb049b7b57d15be (diff) | |
Merge "Clean up InputDispatcher debugging."
| -rw-r--r-- | services/input/InputDispatcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/input/InputDispatcher.cpp b/services/input/InputDispatcher.cpp index f6ce44c8200c..cf167ae3f65e 100644 --- a/services/input/InputDispatcher.cpp +++ b/services/input/InputDispatcher.cpp @@ -1831,8 +1831,8 @@ void InputDispatcher::prepareDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget, bool resumeWithAppendedMotionSample) { #if DEBUG_DISPATCH_CYCLE - LOGD("channel '%s' ~ prepareDispatchCycle - flags=%d, " - "xOffset=%f, yOffset=%f, scaleFactor=%f" + LOGD("channel '%s' ~ prepareDispatchCycle - flags=0x%08x, " + "xOffset=%f, yOffset=%f, scaleFactor=%f, " "pointerIds=0x%x, " "resumeWithAppendedMotionSample=%s", connection->getInputChannelName(), inputTarget->flags, |