android: Handle Application Crash and start a particular Activity

后端 未结 5 531
-上瘾入骨i
-上瘾入骨i 2020-12-09 04:18

I have an app and if the app crashes in a particular activity, it restarts at one of the intermediate parent activities.

This is a problem for me since I have some

5条回答
  •  旧巷少年郎
    2020-12-09 05:00

    I would recommend using library such as

    https://github.com/Ereza/CustomActivityOnCrash

    As the library takes care of other stuff along with different versions of android.

提交回复
热议问题