Exception handling and reporting

ExceptionReport

Download 

allprojects { 
    repositories {
        maven { url "https://jitpack.io" }
    }
}

dependencies {
    implementation 'com.github.cnrture:ExceptionReport:Tag'
}

Usage

ExceptionHandler().init(this, R.color.teal_700) //Color is optional

GitHub

View Github

Leave a Reply

Your email address will not be published. Required fields are marked *