Asking a very generic question, and it seems like this is the same problem asked from the other side. But I'm wondering if there is any other reason, other than an uncaught exception, can make an Android app crash?
That is, is it true that if I were to have a big try catch surrounding every thread, there would always be a chance to do some cleanup right before things blow up?
Thanks!