summaryrefslogtreecommitdiff
path: root/services/input/InputDispatcher.cpp
diff options
context:
space:
mode:
author Jean-Baptiste Queru <jbq@google.com> 2012-01-19 17:18:25 -0800
committer Jean-Baptiste Queru <jbq@google.com> 2012-01-19 17:18:25 -0800
commit97aa8ee81198234aedffceaf71ad216b96323393 (patch)
treeb5f311825b206befcb8b4bf35ac7b09197fd40cf /services/input/InputDispatcher.cpp
parent36b48c30adf7236b00eccf87f3b5691359526540 (diff)
parentee4618bc4da65fdabf197874e87d2923904e7acd (diff)
Merge ee4618bc
Change-Id: Ie1dc6ad38e7c30636d80f6caef11cf6673144940
Diffstat (limited to 'services/input/InputDispatcher.cpp')
-rw-r--r--services/input/InputDispatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/input/InputDispatcher.cpp b/services/input/InputDispatcher.cpp
index 40268b0ddab6..563073843754 100644
--- a/services/input/InputDispatcher.cpp
+++ b/services/input/InputDispatcher.cpp
@@ -3192,7 +3192,7 @@ void InputDispatcher::setInjectionResultLocked(EventEntry* entry, int32_t inject
// Log the outcome since the injector did not wait for the injection result.
switch (injectionResult) {
case INPUT_EVENT_INJECTION_SUCCEEDED:
- LOGV("Asynchronous input event injection succeeded.");
+ ALOGV("Asynchronous input event injection succeeded.");
break;
case INPUT_EVENT_INJECTION_FAILED:
LOGW("Asynchronous input event injection failed.");