Commit 0578768e authored by Thomas Guillem's avatar Thomas Guillem

audiotrack: print backtrace in case of exception

parent f6d41e3d
......@@ -388,6 +388,7 @@ check_exception( JNIEnv *env, audio_output_t *p_aout,
p_sys->b_audiotrack_exception = true;
p_sys->b_error = true;
(*env)->ExceptionDescribe( env );
(*env)->ExceptionClear( env );
msg_Err( p_aout, "AudioTrack.%s triggered an exception !", method );
return true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment