Sherlock
Sherlock copied to clipboard
Sherlock reports any crash that occurs in your application
Hi Ajit, I tried implementing this lib in build.gradle in my app(as a dependency). 1) debugCompile('com.github.ajitsing:sherlock:1.0.4@aar') { transitive = true } releaseCompile('com.github.ajitsing:sherlock-no-op:1.0.4@aar') 2) Sherlock.init(this); in my application. And also triggered...
When detect error crash, is posible show a dialog with buttons (close,detaile, report) without notification? Detaile -> open crash report report -> open email for send a developer
This allows the application to clear all previous crashes (useful when updating the application, not to get previous crashes cluttering the database too).