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>");
|
||||
goto done;
|
||||
}
|
||||
|
||||
g_string_append (gs, utfChars);
|
||||
|
||||
(*env)->ReleaseStringUTFChars (env, messageStr, utfChars);
|
||||
|
||||
done:
|
||||
|
Loading…
x
Reference in New Issue
Block a user