Am trying to send crash report from my applicatio to my domain or Mail but failed still.
To get the crash report in mail, I did
@ReportsCrashes(
formKey = "",
mailTo = "[email protected]"
)
And the response is, Sending file 1372758321000-approved.stacktrace
checkAndSendReports - finish
To get the crash report in my domain, I did
@ReportsCrashes(
formKey = "",
formUri = "http://www.abc.com/test1"
)
And the response is, Sending file 1372856882000-approved.stacktrace Failed to send crash report for 1372856882000-approved.stacktrace org.acra.sender.ReportSenderException: Error while sending FORM report via Http POST
Any help will be handy for me and appreciated.