Skip to content

Commit

Permalink
Merge pull request #705 from bnchdrff/fix-readme-link
Browse files Browse the repository at this point in the history
fix link in README
  • Loading branch information
F43nd1r authored Oct 3, 2018
2 parents cd140e0 + 51246e4 commit e3c76a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A crash reporting feature for android apps is native since Android 2.2 (FroYo) b
* usable with ALL versions of Android supported by the official support libraries.
* more [detailed crash reports](http://github.com/ACRA/acra/wiki/ReportContent) about the device running the app than what is displayed in the Android Market developer console error reports
* you can [add your own variables content or debug traces](http://github.com/ACRA/acra/wiki/AdvancedUsage#wiki-Adding_your_own_variables_content_or_traces_in_crash_reports) to the reports
* you can send [error reports even if the application doesn't crash](http://github.com/ACRA/acra/wiki/AdvancedUsage#wiki-Sending_reports_for_caught_exceptions)
* you can send [error reports even if the application doesn't crash](https://github.com/ACRA/acra/wiki/AdvancedUsage#sending-reports-for-caught-exceptions-or-for-unexpected-application-state-without-any-exception)
* works for any application even if not delivered through Google PLay => great for devices/regions where the Google Play is not available, beta releases or for enterprise private apps
* if there is no network coverage, reports are kept and sent on a later application restart
* can be used with [your own self-hosted report receiver script](https://github.com/ACRA/acra/wiki/Report-Destinations)
Expand Down

0 comments on commit e3c76a6

Please sign in to comment.