From aa72a7088cc3fa0c104992a652bb0688bdd8dab4 Mon Sep 17 00:00:00 2001 From: zilmar Date: Sat, 24 Sep 2016 08:33:49 +1000 Subject: [PATCH] [Anroid[ Remove some logging from PluginInput --- Source/Android/PluginInput/Main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/Android/PluginInput/Main.cpp b/Source/Android/PluginInput/Main.cpp index 8eca96d34..56cf8c3a0 100644 --- a/Source/Android/PluginInput/Main.cpp +++ b/Source/Android/PluginInput/Main.cpp @@ -16,10 +16,6 @@ #ifdef ANDROID #include -#include - -#define printf(...) __android_log_print(ANDROID_LOG_VERBOSE, "PluginInput", __VA_ARGS__) - #endif static CONTROL_INFO g_control_info; @@ -207,7 +203,6 @@ EXPORT void CALL WM_KeyUp( uint32_t /*wParam*/, uint32_t /*lParam*/ ) #ifdef ANDROID EXPORT void CALL Java_emu_project64_jni_NativeInput_setState(JNIEnv* env, jclass jcls, jint controllerNum, jbooleanArray Buttons, jint pXAxis, jint pYAxis) { - printf("setState controllerNum = %d",controllerNum); jboolean* elements = env->GetBooleanArrayElements(Buttons, NULL); if (controllerNum == 0) {