ACRA is a free library for automatically reporting crash or debug information from an Android application to some server over the network.

learn more… | top users | synonyms

0
votes
0answers
8 views

ACRA Notifications not sent until reboot

(Also submitted on github https://github.com/ACRA/acra/issues/100) Using ACRA 4.5. I have an option for users to manually send a report using mode = ReportingInteractionMode.NOTIFICATION After they ...
0
votes
1answer
37 views

Log android app events

I want to find a good 3rd party tool to use for logging all my android app events and view on a remote server. I only have access to client side of the app with no control of the server side. I want ...
0
votes
0answers
15 views

How to make ACRAlyzer PHP Intermediator works?

I have this code from pastebin: <?php $COUCH_INSTANCE = 'http://myinstance.iriscouch.com'; // URL of your CouchDB instance $COUCH_PORT = 80; // Port of your CouchDB instance $REPORTER_USER = ...
0
votes
0answers
8 views

ACRA: Send error reports even if user click cancel in dialog

I'm using ACRA v4.5.0, I want to display the ACRA dialog to user when crash happens so that user can describe how to reproduce that crash. However, I still want to get the crash report even if the ...
0
votes
1answer
36 views

Acralyzer: invalid_json error when adding user

I've tried adding users using: curl -X PUT -u myUsername:myPassword http://kaydee.iriscouch.com/_users/org.couchdb.user:myNewUsername -d '{"name":"myNewUsername", "password":"myNewUserPassword", ...
-2
votes
1answer
57 views

Is it possible to log application crashes? [closed]

So, I want to gather statistics about crashes of my android application. For example I want to increment some variable in SharedPreferences storage when an uncaught exception occurs to know how often ...
0
votes
1answer
240 views

Android application can't compile/find ACRA library after import

If someone could please help point me in the right direction, I would be forever great-full! I've searched high and low, and can't seem to find a solution to this to save my life. :( I'm having a ...
1
vote
1answer
45 views

What is formkey and how to get formkey?

I am developing xmpp chat for facebook sample demo application..My ApplicationActivity extends Application.For that one i follow this url https://github.com/ACRA/acra/wiki/BasicSetup.In this tutorial ...
0
votes
1answer
52 views

Android custom Application class in android library project

I have an android library project being referenced by an application project. The library project has a custom class extending the base Application class where I have done some initializations. Now ...
0
votes
2answers
109 views

Android app bug reporting

I am aware that there are many bug reporting tools, such as ACRA, that can generate content-rich crash reports. But my question is: Is it possible to identify bugs that don't cause a crash? For ...
0
votes
1answer
29 views

Get android context inside Acra reportSender implementation

Is there a way to get android context inside custom ACRA ReportSender implementation class? public class MyReportSender implements ReportSender { public ErrorReportSender(){} }
1
vote
2answers
34 views

App crashing while collecting reports in google doc

Trying to collect app crash reports in google doc using ACRA but had a problem in AppCrashReports.java file ,here i am using won variable content in crash report.but app crashing with out starting the ...
0
votes
3answers
170 views

ACRA formkey where to get it?

So I tried to follow instructions of https://github.com/ACRA/acra/wiki/BasicSetup but its too old or something. Using my own gmail account I did import the csv file but there is no option "Create a ...
1
vote
1answer
420 views

“Create a legacy form” missing from Google Docs spreadsheet? [closed]

Is the Tools->"Create a legacy form" option missing from anybody else's Google Docs spreadsheet? I've used this up until now for several apps using ACRA. I went to create a new spreadsheet for a new ...
5
votes
2answers
189 views

ACRA integration and Google Drive

Few days back I successfully integrated ACRA in project to get crash log, but due lots of entries I just deleted entire form but when I was trying to create new one, I am not able to get option to ...
0
votes
0answers
72 views

“eaddrinuse” error when using acralyzer with couchdb

I have a couchdb and acralyzer installed. Futon administation works find using (http://myserver.com:5984/_utils/index.html). I have the latest version of acralyzer and acra-storage. But when I use ...
0
votes
1answer
38 views

android ACRA crashreports: multiple formKeys

I have a library project and different sub-projects with images/teksts etc, that use this library. I want every app (sub-project) to have it's own crashreport formkey, but I can only set it once, ...
1
vote
1answer
108 views

Android application not crashing when it should [ACRA]

Hi all, I'm using (trying at the moment) ACRA for bug-reporting. Scenario is: I open the app: ACRA outputs ACRA is enabled for mypackage, intializing... I enter the Settings (where I prepared a ...
0
votes
1answer
279 views

Android crash report doesn't send data to google docs

I'm trying to use the android crash report in my android project. I have added the jar and I have code like this in my src directory. import android.app.Application; import org.acra.*; import ...
0
votes
2answers
119 views

How do I provide a full stack trace with an ACRA error report in Android?

I have an app where I use ACRA for error reporting. I recently decided to send a caught exception with ErrorReporter, and it works, albeit without any kind of stack trace. All I get is the usual ...
0
votes
2answers
40 views

Android. ACRA. Is putCustomData thread safe

I can't seem to find the answer to this question I'm having: Is the method from the ACRA library ... ACRA.getErrorReporter().putCustomData(Name, Content); ... thread safe? I'd like to call it from ...
0
votes
0answers
52 views

I still have extra logcat messages with ACRA

I used this argument to ACRA tool logcatArguments={ "-t", "100", "-v", "long", "sssss:d"} to filter the logcats to only this tag and tags that begin with sssss but I still receive extra logcat ...
2
votes
1answer
155 views

Acra not working properly in onCreate() of the MainActivity?

For testing purposes i create an error in my onCreate() method of my MainActivity. Acra recognises that and displays a Toast. 02-23 19:05:35.075: E/ACRA(599): ACRA caught a RuntimeException ...
0
votes
0answers
75 views

ACRA â—¦Sending reports to your own self-hosted script ERROR?

When I try to post android app crash report to own host. I find the content can't change. This is my code. HttpPostSender httpSender = new HttpPostSender(formUri, null); arg0.clear();// argo is ...
2
votes
1answer
55 views

I want to open acra project in eclipse

I try to import acra http://code.google.com/p/acra/source/checkout to eclipse but the eclipse assume that it is standard java project so eclipse show me errors in imports import ...
5
votes
4answers
487 views

Any replacement for Bugsense for ACRA

I am using Bugsense as backend for ACRA in Android. Bugsense is good and report presentation is very nice. The problem I am facing is it only allow 500 free reports per month. I am looking for a ...
0
votes
1answer
150 views

Acra post script

Tried to use ACRA in my app, but I can't get the google drive or the email working (in google drive I don't know how to create the form from the template, email tells me there is no such email address ...
2
votes
1answer
275 views

ACRA does not show anything in CrashReports.csv file

I have integrated ACRA in my project and followed this steps . I am using ACRA 4.4.0.jar. As per instruction this is my code :: MyApplication class :: @ReportsCrashes(formKey="XXX-XXX-XXX") ...
2
votes
1answer
187 views

Logcat empty using ACRA on device

So I'm using ACRA 4.4.0 with all defaults, and my logcat field is empty. My app has the <uses-permission android:name="android.permission.READ_LOGS" /> permissions, which should at least ...
1
vote
1answer
126 views

Android ACRA#init called more than once

I am using ACRA to get Crash Reports and my apps are crashing with the following error. java.lang.IllegalStateException: ACRA#init called more than once at org.acra.ACRA.init(ACRA.java:121) ...
3
votes
1answer
208 views

How to override settings of ACRA in Android

on my Application-Class I defined a ACRA with these annotations @ReportsCrashes(formKey = "", mailTo = "my@email.de", mode = ReportingInteractionMode.DIALOG, ...
2
votes
1answer
294 views

ACRA exception Can only use lower 16 bits for requestCode

My app uses ACRA for error reporting, and I've got a couple of reports from my device with the error: Can only use lower 16 bits for requestCode.. Google shows this error occurring when using ...
0
votes
1answer
150 views

ACRA: sometimes dialog report and other times silent report

What I want to do: Get feedback on my Android app from within the app itself. What I've done: I've just integrated the latest version of ACRA (4.4) to my Android App. It has silent ...
0
votes
2answers
150 views

ACRA cound not handle exception happens within Application#onCreate()

I'm using ACRA in my android application. But I find that when exception happens within Application#onCreate() method,it only save the report file,rather than raising the dialog to send it. It there ...
0
votes
1answer
207 views

How to locally analyse ACRA crash report

Using ACRA for a few days now and sending reports to my MongoDb backend HTTPS server, is there some tool I can use on my PC to analyse crash data. I was thinking I could handle this locally and not ...
0
votes
1answer
137 views

SSLcertificate verification failed :No peer Certificate using ACRA in android application

last week i saw a library called ACRA(application crash Report for Android) for more details Click here: I was implemented the same procedure in my android application and i installed the ...
1
vote
1answer
224 views

ACRA : Configured to send report on mail but not getting any mail

I am trying to configure ACRA for the first time. I have followed the Basic Setup guide : 1.Integrated the acra jar file to my app 2.Created a new class extending application class and have added ...
0
votes
1answer
64 views

emergency, acra with google spreadsheets

I have to decide tomorrow how to do with my crash reports, as too many reports are saved in my spreadsheets. And I don't wanna switch to bugsense or sth. else, because I'm not ready to pay for it? Is ...
2
votes
2answers
252 views

Runtime exceptions are caught with ACRA and not displayed on Logcat [closed]

I have successfully implemented ACRA(Application Crash Report for Android) on my project and error reports are sent to Google docs correctly. But... when an exception happens on my app, it doesnt show ...
2
votes
1answer
102 views

ACRA on Android fetch log before error message posted

ACRA loging works fine on my Galaxy S2. I can see reports in GoogleDoc. Problem is that a log ACRA sends doesn't really have error causing crash. Example: What I have in GoogleDoc: 12-06 ...
0
votes
0answers
107 views

ACRA - report to bugsense and google form

Is it possible to setup acra to report to bugsense and also google form? I use this: @ReportsCrashes(formUri = "http://www.bugsense.com/api/acra?api_key=myKey", formKey = "googleFormKey") In this ...
1
vote
1answer
142 views

ACRA make it boring if there are many exceptions thrown

I use ACRA in my android application. It's very useful but sometimes boring. Sometimes, there are several asynchronous tasks running in the background. And for season, all of them failed(e.g. can't ...
0
votes
1answer
55 views

How to view ACRA exceptions with GoogleDocs in a user-friendly way?

I'm using ACRA with GoogleDocs. Everything works fine, but I think the output isn't displayed in a user-friendly way. One exception takes the whole monitor size. I want to see a single exception ...
2
votes
1answer
374 views

ACRA error reporting failed

I am using famous ACRA Error reporting tool to send crash logs to document which I have uploaded on my Google Doc. I have followed all below steps mentioned in ...
0
votes
1answer
255 views

ACRA is crashing

I am using ACRA for crash reporting, but all of a sudden it is causing me some problems. My application won't start, I get a crash report notification, but tapping on it does nothing. Opening logcat, ...
1
vote
2answers
301 views

Logback-android and ACRA

I'm trying to set up my app so I can write logs using logback-android, and then send them to Google Docs using ACRA. I think this is possible but the one issue I have, is where to write the logs. ...
-1
votes
2answers
136 views

acra: don't send “android id”

my acra bug reports show up in BugSense with a field "Android ID". i tested this, and it remains constant between application installations. we do not want to send any information that can be used ...
0
votes
0answers
50 views

How to log stack trace from all of the threads using ACRA

everybody! Now I'm trying to use ACRA for sending crash reports on my e-mail. I have the next ACRA settings: @ReportsCrashes( formKey = "", mailTo = "developer@email.com", ...
0
votes
0answers
56 views

Eclipse says attribute socketTimeout is undefined for the Annotation @ReportsCrashes

i want to increase the SocketTimeout for my ACRA Error Reporter. The regular way would be to set it in the basic ACRA Annotation like: @ReportsCrashes(formUri = ...
6
votes
1answer
314 views

Can ACRA be used in a library project?

ACRA itself is crashing with a odd problem: IllegalStateException: Cannot access ErrorReporter before ACRA#init I have an app with ACRA 4.3.0 that works perfectly. I changed the entire app to a ...

1 2