How to call Custom Report Sender class in ACRA 5.9.7 #1205
Unanswered
DivyaBasatwar
asked this question in
Q&A
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When android app gets crashed, then I want to give options to user where he would like send crash, like by sending mail, or via Bluetooth, on WhatsApp, etc. In order to do this, I will need to implement Report Sender Class where I can call implicit intent to send crash report with an action Intent.ACTION_SEND , so that user can select app to send his crash report. (Correct me if I am wrong or is there any other way to get this thing done). But, in ACRA 5.9.7 I am not getting how to call that Custom Report Sender class in application class as in previous versions of ACRA this was getting done using annotations but, those annotations has been removed in the latest version of ACRA. Also, can we call implicit intent with action Intent.ACTION_SEND in this custom report sender class to send crash report.
Beta Was this translation helpful? Give feedback.
All reactions