Loading core/jni/AndroidRuntime.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1036,7 +1036,7 @@ static int javaAttachThread(const char* threadName, JNIEnv** pEnv) result = vm->AttachCurrentThread(pEnv, (void*) &args); if (result != JNI_OK) LOGE("ERROR: thread attach failed\n"); LOGI("NOTE: attach of thread '%s' failed\n", threadName); return result; } Loading Loading
core/jni/AndroidRuntime.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1036,7 +1036,7 @@ static int javaAttachThread(const char* threadName, JNIEnv** pEnv) result = vm->AttachCurrentThread(pEnv, (void*) &args); if (result != JNI_OK) LOGE("ERROR: thread attach failed\n"); LOGI("NOTE: attach of thread '%s' failed\n", threadName); return result; } Loading