dagger
dagger copied to clipboard
Dagger + breakpoints on thrown exceptions cause infinite ClassNotFoundException
While debugging my badly-written application, I'm trying to set Android Studio to break in on thrown exceptions:
However, when I restart my app like this, it seems to act differently, breaking in at the loader constantly on every class with "ClassNotFoundException" on various classes (how do you even capture the stack as text in Android Studio?)
Any ideas? I'm most certainly Doing It Wrong