CustomActivityOnCrash
CustomActivityOnCrash copied to clipboard
Android library that allows launching a custom activity when your app crashes, instead of showing the hated "Unfortunately, X has stopped" dialog.
Hi, I have an application with customizable theming. Users can choose from different theme styles, and the selected style is saved in shared preferences. but in the crash activity, the...
I want sentry to notify me of uncaught crashes on backend and CustomActivityOnCrash to show user that app has crashed but Caoc not launching its activity ``` class MyApp :...
Hey! I just wanted to say thank you for this repo, it's incredible - and also mention that it motivated me to make a small library that goes really well...
I am using sdk(Module) my app crash inside that module but this library is not detecting that crash.
Hi! First off, thanks for this amazing library! I've been using it for a long time in my apps since it makes debugging so much easier. Users can easily see...
We have used this setWebContentsDebuggingEnabled(true) to enable the debugging of webview. We are getting crash on firebase after this. library version : cat.ereza:customactivityoncrash:2.3.0 ``` Fatal Exception: java.lang.RuntimeException: Unable to create...
How can I restart app automatically after X seconds? I imagine something like "An unexpected error occured. App will restarts in 5 second" and the button "restart app now"