[TIMOB-17728] Implement the optional ACRA library
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.4.0 |
Fix Version/s | n/a |
Components | Android |
Labels | ACRA, Android, TCSupportTriage |
Reporter | Marcel Pociot |
Assignee | Unknown |
Created | 2014-08-29T07:21:30.000+0000 |
Updated | 2018-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.
No comments