android - Will an uncaught Exception in an AsyncTask crash an app? -


if exception occurs in asynctask , not caught, crash whole app? if not crash app, why that?

is there difference between uncaught exception in doinbackground() method , other methods such onpostexecute(), onpreexecute(), etc?

there way handling uncaught exceptions in application.

see here.

if not handling exception, crash app, expected, wherever exception being thrown.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -