Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart app on crash #21

Open
blootsvoets opened this issue Aug 1, 2017 · 0 comments
Open

Restart app on crash #21

blootsvoets opened this issue Aug 1, 2017 · 0 comments

Comments

@blootsvoets
Copy link
Contributor

The app should restart if it crashes. This can be solved by having a Thread.uncaughtExceptionHandler listening as described in https://medium.com/@ssaurel/how-to-auto-restart-an-android-application-after-a-crash-or-a-force-close-error-1a361677c0ce. The downside is that this needs to be registered from every thread that is created, so also plugins that use threads will need to be changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant