CrashReporter icon indicating copy to clipboard operation
CrashReporter copied to clipboard

CrashReporter is a handy tool to capture app crashes and save them in a file.

Results 13 CrashReporter issues
Sort by recently updated
recently updated
newest added

Added this library and it worked, except for that share button which did not work. pressing share button makes application crash again. and the crash was : android.os.FileUriExposedException: file:///.... exposed...

when try to make share we got this exception ... android 8.0 ...it will occur on 7.0 also with build target 25.0.3

CrashReporter.disableNotification(); when disable notification it will direct call CrashReporterActivity

Does this library wouldn't be crashed if we only define the `debugImplementation`? The initialization class will be red in `releaseImplementation`

Neature suggestion : send crash data by email?

I have a project with multiple android library modules. Crash reporter simply doesn't catch crashes in this project. I had no issues when using this library in a single module...

Hi, I can't copy the logfile from phone to Windows, because Windows do not allow file name contain colons ":". Could you consider adding ability to customize the log file...