Skip to content

ACRA/acra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2732e6d · Mar 22, 2025
Mar 22, 2025
Jun 11, 2023
Mar 22, 2025
Apr 9, 2023
Oct 21, 2023
Sep 1, 2023
Jul 9, 2023
Mar 22, 2025
Mar 12, 2022
Mar 22, 2025
Mar 20, 2025
Mar 22, 2025
Mar 22, 2025
Jan 8, 2018
Jun 19, 2019
Sep 9, 2012
Mar 13, 2016
Jul 17, 2023
Jun 1, 2021
Jun 11, 2023
Mar 6, 2025
Aug 9, 2024
May 19, 2021
Apr 13, 2021
Nov 3, 2024
Feb 4, 2023

Repository files navigation

Current Status
Build test
Maven Central Maven Central
Android Versions minVersion targetVersion
License license
Statistics AppBrain stats

What is ACRA ?

ACRA is an open-source library for Android developers to easily integrate crash reporting into their applications. It provides a comprehensive set of features, including customizable reporting, support for multiple different senders, and flexible data collection options, enabling developers to quickly identify and diagnose issues in their apps.

ACRA is used in 1.57% (See AppBrain/stats) of all apps on Google Play as of June 2020. That's over 13 thousand apps and over 5 billion downloads including ACRA.

A crash reporting feature for android apps is native since Android 2.2 (FroYo) but only available through the official Android Market (and with limited data). ACRA is a great help for Android developers:

ACRA's notification systems are clean. If a crash occurs, your application does not add user notifications over existing system's crash notifications or reporting features. By default, the "force close" dialog is not displayed anymore, to enable it set alsoReportToAndroidFramework to true.

The user is notified of an error only once, and you might enhance the perceived quality of your application by defining your own texts in the notifications/dialogs.

Please do not hesitate to open defects/enhancements requests in the issue tracker.

How to use

Our Website covers a step-by-step guide for initial setup as well as advanced usage information.

Latest version

For the latest version and a complete changelog, please see the Release page.

For migrating from 4.x, please see our Migration guide in the Wiki.

Backends

Acrarium is the official backend for report storage and analysis. Acrarium is still in active development.

Acralyzer was the official backend before that. It runs on CouchDB, for which free hosting solutions exist. It is feature complete, but currently unmaintained. Anybody picking this project up is very welcome.

A lot of other solutions have been provided by the community, just check which one you like most.