androidmedia: Actually print the stacktrace into the error string

This commit is contained in:
Sebastian Dröge 2014-06-02 12:39:49 +02:00
parent 40fb09544f
commit b44724f662

View file

@ -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: