Skip to content Skip to sidebar Skip to footer

Android Studio Not Catching Exceptions, Maybe It Is Firebase?

Debugging my app, android studio is not catching fatal exceptions and I just get 'Your application has closed', and looking at Android monitor, I don't see anything regarding an ex

Solution 1:

In logcat set it to "No filter" (on the left hand side drop down list) and filter by you app package name This way you can see your logs after the process has stopped


Post a Comment for "Android Studio Not Catching Exceptions, Maybe It Is Firebase?"