Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android: how to create ACRA crash Report Txt File?

Tags:

android

acra

I want to Create Text File of Crash Logs Information by ACRA Crash Report Instead Of EMail/GoogleDoc etc. so how can i achieve this goal?

like image 565
Hardik Gajjar Avatar asked May 23 '12 09:05

Hardik Gajjar


1 Answers

You can implement your own ReportSender that saves everything to file according official docs. https://github.com/ACRA/acra/wiki/Report-Destinations#implementing-your-own-sender

like image 146
Aleksei Potapkin Avatar answered Oct 29 '22 18:10

Aleksei Potapkin