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?
Asked
Active
Viewed 2,560 times
1 Answers
8
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

Vlad
- 7,997
- 3
- 56
- 43

Aleksei Potapkin
- 1,021
- 12
- 23
-
The project is now on github, the current link is: https://github.com/ACRA/acra/wiki/AdvancedUsage#implementing-your-own-sender – dayanruben Feb 19 '15 at 19:17
-
Thanks. Merged link into answer. – Aleksei Potapkin Apr 30 '15 at 12:53