Hardik Gajjar
Hardik Gajjar

Reputation: 5058

android: how to create ACRA crash Report Txt File?

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?

Upvotes: 7

Views: 2608

Answers (1)

Aleksei Potapkin
Aleksei Potapkin

Reputation: 1096

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

Upvotes: 8

Related Questions