LogcatReporter icon indicating copy to clipboard operation
LogcatReporter copied to clipboard

Android library that sends the Logcat log to Crashlytics when your app crashes.

Results 2 LogcatReporter issues
Sort by recently updated
recently updated
newest added

New feature: Log only defined TAGs. Install LogcatReporter through this method to log only defined TAGs: `public static void install(int lineCount, ArrayList tags);`

I love this library but I had a problem, when I develop your library breaking my filters for logcat. So I add another library with empty functions. You can try...