Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
52 views

I need the body of the JSON that I will send to the API to report errors to have the following format: { "error_message":"This is a test error message.", "dispo_info&...
CactusJack's user avatar
0 votes
1 answer
49 views

im using Acra on Android OS10, We will update soon to OS12, Will it be possible for Acra to get the MAC address from the device?
techker's user avatar
  • 199
0 votes
0 answers
177 views

After upgrading our app to ACRA 5.9 I found that error reports are sent by HttpSender multiple times. ACRA is initialized like this: ACRA.init(this, new CoreConfigurationBuilder() ....
Alexey Ozerov's user avatar
0 votes
1 answer
82 views

I have set up Acralyzer on my application, but the reports are not coming in. The last report came about 10 days ago, but now no reports are coming. I don't really know much about acralyzer, but after ...
codewithbawo's user avatar
0 votes
1 answer
300 views

I use ACRA 5.8.4 and I want to update it to 5.9.6 but @annotations are deprecated and I have to change it to PluginConfigurations, but documentation isn't finished and I don't know how to do it. This ...
briast's user avatar
  • 317
2 votes
1 answer
762 views

everyone! I'm trying to use ACRA in my Android project. I have followed recommendations at ACRA Setup. My app.java file is almost identical to that on ACRA Setup, but Android Studio still shows me ...
Roman's user avatar
  • 75
0 votes
1 answer
48 views

I am using Acrarium-Acra to collect debug logs for customer facing issues in my Android App. Acrarium generates a unique AuthLogin and AuthPassword pair for the application. httpSender { uri = &...
Vishvesh's user avatar
  • 522
0 votes
1 answer
161 views

Hello I implemented ACRA error repporting to my project (https://github.com/ACRA/acra) and it works. But I have one problem, is it possible to specify authentication in HTTP Sender other than the ...
Patrik Nespor's user avatar
1 vote
1 answer
180 views

I have a complex Android app that uses ACRA for error reporting, which generally works fine. Except, on one test device, I now see the ACRA toast appearing, during app startup, and then disappearing. ...
John Moore's user avatar
0 votes
2 answers
815 views

I'm implementing on my backend side a dashboard to handle the crash reports of my application, however it requires authentication through tokens, and from what I read, the HTTPSenser of ACRA 5.7.0 ...
RedGPS Developer's user avatar
0 votes
1 answer
405 views

I need to modify the report sends to Acrarium, so I use HttpSender. I have tried using ReportSender instead of HttpSender but the result is the same: report is not send to Acrarium. It works fine ...
JesVan's user avatar
  • 85
0 votes
1 answer
775 views

Im trying to capture the crash logs and send it via mail using ACRA. But the mail is not received. I have done the following : 1. Initialized ACRA inside the oncreate method of the main activity ACRA....
BrajeshNP's user avatar
0 votes
0 answers
113 views

I have such ACRA sender class: @ReportsCrashes(formUri = "", mailTo = "****@gmail.com", mode = ReportingInteractionMode.TOAST, customReportContent = [ReportField.ANDROID_VERSION,ReportField....
Andrew's user avatar
  • 2,207
0 votes
1 answer
163 views

I am using ACRA 5.5.1 in React Native 0.61.2. I am using Dailog + Mailer feature to send the crash reports. @AcraCore(buildConfigClass = BuildConfig.class, reportFormat = StringFormat.JSON) @...
Shubham Navale's user avatar
0 votes
1 answer
266 views

I am trying to setup ACRA for my react native project which using 0.61.2 version. I followed the basic setup tutorial from https://github.com/ACRA/acra/wiki/BasicSetup . But while building the ...
Shubham Navale's user avatar

15 30 50 per page
1
2 3 4 5
19