Questions tagged [acralyzer]

Acralyzer is a frontend web application enabling ACRA users to analyze reports sent by their applications.

Components
Acralyzer is the frontend analysis tools. It needs to be connected to a backend storage server.

The default storage endpoint for Acralyzer is acra-storage.

Both Acralyzer and acra-storage are CouchApps. CouchApps are web applications made of HTML/Javascript files and served directly by a CouchDB.

Acralyzer uses other open source software:

Documentation
Full setup instructions are available in the Acralyzer Wiki on Github.

15 questions
4
votes
1 answer

ACRA sending a custom data REPORTFIELD

How to configure a CUSTOM_DATA field with a couchdb ? I want to set a config value to send with with the error. In the back end I have a couch db with an ACLARYZER web app. This is the code on my Application.class in Android where I defined this…
exequielc
  • 681
  • 1
  • 11
  • 32
3
votes
1 answer

How to send ACRA exception report without closing APP (even showing dialog)

I am trying to send ACRA exception report, without closing app, but it still closes the app and show the dialog. I am sending exception report like this. ACRA.getErrorReporter().handleException(finalException, false); Second argument is…
CROSP
  • 4,499
  • 4
  • 38
  • 89
3
votes
1 answer

No good example for latest ACRA (Application Crash Report for Android)

I searched a lot about ACRA. Since after the code transferred from code.google.com to Github. All the answer's in SO has bad link's. All the example code's are not so useful as google docs has been deprecated for using it. So please guide me how the…
Aawaz Gyawali
  • 3,244
  • 5
  • 28
  • 48
2
votes
1 answer

acralyzer dashboard not showing bug reports

I followed this tutorial - https://www.toptal.com/android/automated-android-crash-reports-with-acra-and-cloudant to the latter. I have the database of the app and the acralyzer created. this is my configuration: @ReportsCrashes( formUri =…
Ofek Agmon
  • 5,040
  • 14
  • 57
  • 101
2
votes
1 answer

CouchDB reverse proxy

i installed couchdb on my root server. Now i'm trying to allow only PUT requests to my database via a proxy. But i can't get it working. What i tried: (.htaccess) SetEnvIf Request_URI acraproxy acraproxy RequestHeader set Authorization "Basic…
Dominik
  • 133
  • 1
  • 9
1
vote
1 answer

Multiple Applications in android manifest

Am developing an app and using two libraries one is SugarORM for handling the databases and the other one is ACRA for bugs tracking. my problem came when i needed to implement the ACRA , found that i need to declare it into the Manifest.xml in the…
3ammari
  • 144
  • 2
  • 10
1
vote
1 answer

Prevent ACRA from sending duplicate exception

I'm using ACRA, to sending crash reports to my server. But for two reason, I don't want to send duplicate exceptions to server: It's boring and make it hard to read and handle exceptions in panel. My server bandwidth is limited. So is there any…
Dr.jacky
  • 3,341
  • 6
  • 53
  • 91
0
votes
1 answer

Crash report are not coming in with Aralyzer

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 researching I was able to set it up like this.…
0
votes
1 answer

How to empty Cloudant databases from the GUI?

I have three databases with a bunch of documents that I didn't need. I tried to purge them using the Acralyzer, but apparently they're still sitting there, flipping me the exclamation marks. How do I empty these databases completely using the…
TimSim
  • 3,936
  • 7
  • 46
  • 83
0
votes
1 answer

Android ACRA send logs whitout crash

I'm new to ACRA and i have one question : is there a way to send logcat whithout any crash ? For ex : when the user close the app ... ACRA just send last logs to server Thanks
Corneliu
  • 421
  • 1
  • 6
  • 12
0
votes
2 answers

Not able to receive crash reports in Acralyzer from ACRA

Below I have given all the crash logs printed in Logcat. I am crashing the app with the below code on a button's onclicklistener. The server is running and the device and server are in same wifi network. throw new RuntimeException("This is a…
Vishal
  • 130
  • 1
  • 11
0
votes
1 answer

Android: Include Timestamps in logcat via ACRA

I am using the following ACRA config to send me an email when my application crashes: @ReportsCrashes(formKey = "", // will not be used mailTo = "myaddress@gmail.com", // my email here customReportContent = {ReportField.APP_VERSION_CODE,…
SparkyNZ
  • 6,266
  • 7
  • 39
  • 80
0
votes
1 answer

how to send report to Acralyzer manual

I am using Acralyzer for reporting of errors (Crash reports) Now I want to manually send a Custom report to Acra. But do not know , how to do ?
sajjad Yosefi
  • 190
  • 2
  • 12
-1
votes
1 answer

Not able to replicate acra database in couch db

In this link I am able to follow till the _utils is accessible remotely. But when trying to follow further for replicating the database from remote to local using http://get.acralyzer.com/distrib-acra-storage in the remote and in local providing…
-2
votes
1 answer

I need to customize the open source couch app in couchdb that is index.html for my project requirement. Kindly help me in this

I'm working on couchdb due to my project requirement to have crash analytics. Using Acra and Acralyser to implement this concept. I need to customize the Acralyzer ie couchapp based on my Scope. Kindly help me how to customize the web application in…
saranya
  • 228
  • 2
  • 11