We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: