Skip to content

piyushpradeepkumar/CrashWatcher-Android

 
 

Repository files navigation

CrashWatcher

A Custom Uncaught Exception Handler, which can be used to pinpoint crashes. It will show the stacktrace of the crash, the screens (Activities and Fragments) which lead up to the crash, and the intents and bundle data sent to those screens.

Release API Twitter

Table of Contents

Installation

repositories {  
 maven { url 'https://jitpack.io' }  
}  
  
dependencies {  
 implementation 'com.github.thelumiereguy:CrashWatcher-Android:1.4'  
}  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%