mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
androidmedia: Actually print the stacktrace into the error string
This commit is contained in:
parent
40fb09544f
commit
b44724f662
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue