开发者

Application interrupts like crazy

I had a perfectly running C++ (Android native) application .. then I introduced some try { } catch {} statements and if I debug the application it interrupts like crazy in random, correct pieces of code. If I run the application it stops for an interrupt Zygote (app_process) complains about signal 2, which is SIGINT.

I had a few try-catch clauses in my application that was running fine before I added a ton of try-catch clauses. At this point I am sure that there are a lot of nested try-catch blocks, maybe the Android OS can't handle that many interrupts for nested blocks ?

开发者_如何学编程I would like to mention that on Windows the same code runs flawlessly.


Do a full rebuild. Your debug info may be off. That's the best answer one can give with the info in the OP.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜