Just random crashing, no debug message, it just stops.
It does switch the tab to a "source not found" for GLSurfaceView, so I assume its a problem with OpenGL, there is no breakpoint (can't see the source) but it stops on "GLThread", I have to press "play" again and it just dies with a message on the android device "Sorry! The application ABC (process blablabla) has stopped unexpectedly. Please try again"
There is no error message in the debug, the last message was:
[2012-03-24 20:15:34 - AndroidTest] Attempting to connect debugger to 'src.android' on port 8601
It often runs for a couple of seconds before this happens, during which the app works fine, sometimes it dies instantly.
No idea how to approach fixing it...


