From 23213d23dc51d158321ce22c4cefddf771a3a36f Mon Sep 17 00:00:00 2001 From: dhewg Date: Thu, 17 Mar 2011 18:25:23 +0100 Subject: ANDROID: Log ASCII code of invalid keycodes --- backends/platform/android/events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/platform/android/events.cpp b/backends/platform/android/events.cpp index 1715e6a8a7..b8e8d8e69c 100644 --- a/backends/platform/android/events.cpp +++ b/backends/platform/android/events.cpp @@ -419,7 +419,7 @@ void OSystem_Android::pushEvent(int type, int arg1, int arg2, int arg3, } if (arg2 < 1 || arg2 > ARRAYSIZE(jkeymap)) { - LOGE("received invalid keycode: %d", arg2); + LOGE("received invalid keycode: %d (%d)", arg2, arg3); return; } -- cgit v1.2.3