Android sending SIGABRT when debugger is attached
I recently encountered an incredibly annoying behaviour that the app I'm currently debugging just gets instantly killed.
Logcat only gives this useless message:
A/libc: Fatal signal 6 (SIGABRT) at 0x00000274 (code=0), thread 25754 (getapp.debug)
In order to fix it you have to suspend all threads on breakpoints.