Go to file
littleguy77 c76c761950 Added customizations.
- Broadened package name for signature characterization
    (lump together multiple published versions)
- Added view by signature
- Set minimum version for receiving reports
- Changed minimum year to 2013 for reports per day
- Added git settings
2013-12-04 08:40:45 -05:00
lists Fix error 500 on report submission due to unexpected stack trace format 2013-02-16 12:52:16 +01:00
updates Added customizations. 2013-12-04 08:40:45 -05:00
vendor/acra-storage Fix #3: be more tolerant if BUILD field is missing. 2013-06-27 21:44:09 +02:00
views Added customizations. 2013-12-04 08:40:45 -05:00
_id initial commit 2012-11-12 23:55:52 +01:00
.couchappignore Fix error 500 on report submission due to unexpected stack trace format 2013-02-16 12:52:16 +01:00
.couchapprc initial commit 2012-11-12 23:55:52 +01:00
.ericaignore Fix error 500 on report submission due to unexpected stack trace format 2013-02-16 12:52:16 +01:00
.gitattributes Added customizations. 2013-12-04 08:40:45 -05:00
.gitignore Update function which split some report values into arrays. More views for pie charts. 2012-12-09 02:06:26 +01:00
language initial commit 2012-11-12 23:55:52 +01:00
LICENSE Rename license file 2013-02-10 15:29:49 +01:00
README.md Update README.md 2013-05-12 10:02:08 +02:00
validate_doc_update.js Added customizations. 2013-12-04 08:40:45 -05:00

Click here to lend your support to: ACRA - Application Crash Reports for Android and make a donation at www.pledgie.com ! Flattr this project

ACRA-Storage

ACRA-Storage is a couchdb web application designed to store ACRA reports.

ACRA-Storage does not much itself. For reports analysis, and full documentation, see the Acralyzer project.

Acralyzer and ACRA-Storage are Copyright 2013 Kevin Gaudin (kevin.gaudin@gmail.com) and licensed under the terms of the GNU General Public License version 3.

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.

Documentation

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