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