MindorksOpenSource / CrashReporter

CrashReporter is a handy tool to capture app crashes and save them in a file.
Apache License 2.0
403 stars 94 forks source link

Library deleted everything from my phone #19

Open PROSKEY opened 3 years ago

PROSKEY commented 3 years ago

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 beyond app through Intent.getData()

then i tried to use external storage library to store crash report by adding the line mentioned in wiki, this added lot more entries in crash list which didn't make any sense and was not readable, so i tried to delete them by using delete button and it deleted everything on my phone. :(