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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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