androidmedia: Actually print the stacktrace into the error string
This commit is contained in:
parent
40fb09544f
commit
b44724f662
@ -220,6 +220,9 @@ getStackTrace (JNIEnv * env, jthrowable exception)
|
|||||||
g_string_append (gs, "<failed to get UTF chars for message>");
|
g_string_append (gs, "<failed to get UTF chars for message>");
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_string_append (gs, utfChars);
|
||||||
|
|
||||||
(*env)->ReleaseStringUTFChars (env, messageStr, utfChars);
|
(*env)->ReleaseStringUTFChars (env, messageStr, utfChars);
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user