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
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
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.