Failsafe is a lightweight, zero-dependency library for handling failures. It was designed to be as easy to use as possible, with a concise API for handling everyday use cases and the flexibility to handle everything else.
This Android project allows to send Intent to destination Activity when app was closed (in the simplest way).
A sample project to demonstrate how one can catch an unhandled exception in Android and display a custom error dialog.
"Recovery" can help you to automatically handle application crash in runtime.
FireCrasher is designed to handle the Uncaught Exceptions in your android application and helps to recover without exiting from the application.
Collect UncaughtException
when your Android App crash.
SafeLooper catches unexpected exceptions in Android applications to avoid showing force close dialog.
Allows you to retrieve exceptions of an Android Wear app in your handheld's one. It is particularly useful if you're using a Crash Reporting library or if you implemented a way to retrieve crashes.
ExceptionWear is very simple library to solve problem of not passing exceptions from Android Wear devices to the phone. So if you release an app for smart-watches to Google Play and it will crash (and it will) you won't get any information about it.