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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -