Skip to content

Commit 2117d01

Browse files
committed
Bump up size of the JNI data transfer array
1 parent 19e8903 commit 2117d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/javaproxy.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ JNIEnv *g_env;
1616
JavaVM *g_jvm;
1717
jobject g_activity;
1818

19-
#define ARRAY_SIZE 32
19+
#define ARRAY_SIZE 1024
2020

2121
#if defined(ANDROID_MODULE)
2222
#define attachCurrentThread() g_jvm->AttachCurrentThread(&g_env, nullptr)

0 commit comments

Comments
 (0)