f4b08d8347
changed from int to long, however, the changed method signature was not reflected in android_cliprdr.c. As a result, a copy in the remote session would result in the java.lang.NoSuchMethodError below: 01-08 20:24:16.620 8234 8865 E AndroidRuntime: FATAL EXCEPTION: Thread-11495 01-08 20:24:16.620 8234 8865 E AndroidRuntime: Process: com.iiordanov.aRDP, PID: 8234 01-08 20:24:16.620 8234 8865 E AndroidRuntime: java.lang.NoSuchMethodError: no static method "Lcom/freerdp/freerdpcore/services/LibFreeRDP;.OnRemoteClipboardChanged(ILjava/lang/String;)V" 01-08 20:51:44.737 11025 11439 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xa0 in tid 11439 (Thread-6) 01-08 20:53:14.887 11717 11717 E AndroidRuntime: FATAL EXCEPTION: main This commit fixes the bug. |
||
---|---|---|
.. | ||
Studio | ||
android_cliprdr.c | ||
android_cliprdr.h | ||
android_event.c | ||
android_event.h | ||
android_freerdp_jni.h | ||
android_freerdp.c | ||
android_freerdp.h | ||
android_jni_callback.c | ||
android_jni_callback.h | ||
android_jni_utils.c | ||
android_jni_utils.h | ||
CMakeLists.txt |