Android Studio How to break only on uncaught exception? - Stack Overflow

admin2025-04-16  4

I want my Android Studio to breaks every time an uncaught exception is thrown. Here is my breakpoints setting: I tried unchecking "Caught exception", but my app just crashed when uncaught exceptions were thrown. I have also read this post, but the answer will make Android Studio break no matter exception is caught or not.

转载请注明原文地址:http://anycun.com/QandA/1744802930a87830.html