<div dir="auto">I've got a strange crash in my application where I get the following briefly before things go wrong:<div dir="auto"><br></div><div dir="auto"><div dir="auto">GLib-CRITICAL **: 23:42:52.907: g_error_new_literal: assertion 'message != NULL' failed</div><div dir="auto">GLib-CRITICAL **: 23:42:52.907: g_error_free: assertion 'error != NULL'<br></div><div dir="auto"><br style="font-family:sans-serif;font-size:12.8px"></div><div dir="auto">I set the GST_DEBUG level to 5 to get this. However, I had hoped to get more information printed out by going up to level 7, but it seems I do not. I'm used to 7 giving me an insane amount of information on the desktop -- is there something special about the Android build that prevents more information being dumped?</div><div dir="auto"><br></div><div dir="auto">I have no idea how to go about solving my issue otherwise. I'm writing a Xamarin app that calls into the Gstreamer code via "pinvoke". Without me detailed tracing I feel like I'm shooting in the dark. If anyone has advice for debugging nicely on Android, let me know too. </div><div dir="auto"><br></div><div dir="auto">Note, this is how I'm setting level 7:</div><div dir="auto"><div style="font-family:sans-serif;font-size:12.8px" dir="auto"><div style="width:361.091px;margin:16px 0px"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:'consolas','courier new',monospace;font-size:14px;line-height:19px;white-space:pre-wrap"><div><span style="color:rgb(220,220,170)">setenv</span>(<span style="color:rgb(206,145,120)">"GST_DEBUG"</span>, <span style="color:rgb(206,145,120)">"7"</span>, <span style="color:rgb(181,206,168)">1</span>);</div><div>  <span style="color:rgb(220,220,170)">setenv</span>(<span style="color:rgb(206,145,120)">"GST_DEBUG_NO_COLOR"</span>, <span style="color:rgb(206,145,120)">"1"</span>, <span style="color:rgb(181,206,168)">1</span>);</div></div></div></div></div></div></div></div></div></div></div></div>