We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e8903 commit 2117d01Copy full SHA for 2117d01
include/javaproxy.h
@@ -16,7 +16,7 @@ JNIEnv *g_env;
16
JavaVM *g_jvm;
17
jobject g_activity;
18
19
-#define ARRAY_SIZE 32
+#define ARRAY_SIZE 1024
20
21
#if defined(ANDROID_MODULE)
22
#define attachCurrentThread() g_jvm->AttachCurrentThread(&g_env, nullptr)
0 commit comments