android - Application interrupts like crazy -


i had running c++ (android native) application .. introduced try { } catch {} statements , if debug application interrupts crazy in random, correct pieces of code. if run application stops interrupt zygote (app_process) complains signal 2, sigint.

i had few try-catch clauses in application running fine before added ton of try-catch clauses. @ point sure there lot of nested try-catch blocks, maybe android os can't handle many interrupts nested blocks ?

i mention on windows same code runs flawlessly.

do full rebuild. debug info may off. that's best answer 1 can give info in op.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -