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
Learn and Share