Android ACRA send logs whitout crash

270 Views Asked by At

I'm new to ACRA and i have one question : is there a way to send logcat whithout any crash ?

For ex : when the user close the app ... ACRA just send last logs to server

Thanks

1

There are 1 best solutions below

0
F43nd1r On BEST ANSWER

You can send a report at any time using ErrorReporter.handleException with argument null (or an Exception you just created or caught).

However, it is not possible to send only logcat, unless ACRA is configured to always do that.