exception handling - Android: Is it possible to stay in "caller" activity after a crash? -



exception handling - Android: Is it possible to stay in "caller" activity after a crash? -

imagine scenario:

activity_1: activity_2 started startactivityforresult; activity_2: activity_3 started startactivityforresult; activity_3: crash in someplace, , activities closed (but not first 1 "ativitity_1").

is possible remain in "caller" activity after crash caused uncaught exception ?.

i can "do" starting next activity startactivity, not startactivityforresult. but, need utilize startactivityforresult.

ps: uncaught exceptions been logged , reported me fixed. want user's life easier, because he's in "10th deep" activity, , lose work because of it.

while not same question bit related. might consider doing coupled info persistance model: android: how auto-restart application after it's been "force closed"?

android exception-handling crash android-activity

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -