Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17728] Implement the optional ACRA library

GitHub Issuen/a
TypeNew Feature
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.4.0
Fix Version/sn/a
ComponentsAndroid
LabelsACRA, Android, TCSupportTriage
ReporterMarcel Pociot
AssigneeUnknown
Created2014-08-29T07:21:30.000+0000
Updated2018-02-28T20:04:12.000+0000

Description

As far as I know, there's currently no method to catch and handle application crashes on Android. For the app I'm currently developing I would like to implement the open source library ACRA ( http://acra.ch/ ) which enables exactly this feature. The library catches crashes and is able to send the catched data via email, post it to web forms, show a toast message to the user, etc. I thought about creating a native module, but sadly this isn't possible, because ACRA needs to be added in the Application.java file, which gets generated by Titanium. It would be great, if this feature could be enabled and configured inside the tiapp.xml. The implementation is very easy. If there is any other way of implementing it without editing core files, please let me know! I don't want to break the possibility of updating, by manually changing the generation process.

Comments

No comments

JSON Source