summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_KeyEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/jni/android_view_KeyEvent.cpp')
-rw-r--r--core/jni/android_view_KeyEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/android_view_KeyEvent.cpp b/core/jni/android_view_KeyEvent.cpp
index 78951aa..27469a2 100644
--- a/core/jni/android_view_KeyEvent.cpp
+++ b/core/jni/android_view_KeyEvent.cpp
@@ -63,7 +63,7 @@ jobject android_view_KeyEvent_fromNative(JNIEnv* env, const KeyEvent* event) {
event->getSource(),
NULL);
if (env->ExceptionCheck()) {
- LOGE("An exception occurred while obtaining a key event.");
+ ALOGE("An exception occurred while obtaining a key event.");
LOGE_EX(env);
env->ExceptionClear();
return NULL;