Android app crashes with SIGABRT Signal 6 only while Eclipse debugging

前端 未结 4 551
北恋
北恋 2020-11-28 08:24

I have an app that runs perfectly fine on a device without a debugger attached. However, I have a problem when debugging in Eclipse:

When the main thread is susp

4条回答
  •  难免孤独
    2020-11-28 09:12

    I had similar issues, but what Sam suggested didn't help - I had to actually REMOVE the breakpoints and then it worked for me.

提交回复
热议问题