How do I prevent exception catching in Android?

前端 未结 4 581
北荒
北荒 2021-01-22 17:50

I\'m trying to develop an application for Android, but I\'m having difficulties tracing the source and cause of each exception I get in the process. My code runs in an Activity,

4条回答
  •  不思量自难忘°
    2021-01-22 18:33

    When the debugger breaks like that, just continue execution (probably you'll need to do this 2 or 3 times). Then look at the LogCat output for a meaningful stack trace.

提交回复
热议问题