Acra send mail with empty content
See original GitHub issueIssue Description
I’m using for tracking crash, but received mail with empty msg.
implementation 'ch.acra:acra-mail:5.1.3'
minSdkVersion 21
targetSdkVersion 28
Please help to check, thank you
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
E-Mail report is empty when using Gmail app #744 - GitHub
I have implemented ACRA in my app a week ago and it worked fine. Now when the e-mail app (Gmail) is opened all...
Read more >Senders - ACRA
Sending reports via HTTP. The most convenient way to send your report with no necessary user interaction is via HTTP. Kotlin; Java. httpSender...
Read more >Why my ACRA plugin doesn't send any data to mail message ...
this code opens mail app via intent as I see but it doesn't upload any data to message body. Why does it happen...
Read more >Not Being Able To Send Crash Report By Email
Hi Kevin, I have added the acra-4.2.3.jar to my app. And in the ACRA class i have used the following annotation, @ReportsCrashes(formKey =...
Read more >Sending crash reports with ACRA over email (using Mandrill)
Sending crash reports with ACRA over email (using Mandrill) What is ACRA? ACRA stands for Application Crash Reports for Android.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Where is your mailsender config?
@F43nd1r have you know problem with
reportAsFile =false
?