We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf069df commit 4cf8c07Copy full SHA for 4cf8c07
1 file changed
src/native/libs/System.Security.Cryptography.Native.Android/pal_jni.c
@@ -648,7 +648,7 @@ JNIEnv* GetJNIEnv(void)
648
LOG_DEBUG("Registering JNI thread detach. env ptr %p. Key: %ld", (void*)env, (long)threadLocalEnvKey);
649
pthread_setspecific(threadLocalEnvKey, env);
650
651
- abort_unless(ret == JNI_OK, "Unable to attach thread to JVM");
+ abort_unless(ret == JNI_OK, "Unable to attach thread to JVM (error: %d)", ret);
652
return env;
653
}
654
0 commit comments