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
Post a Comment