[TIMOB-25955] Android: Refactor Appcelerator Crash Analytics module
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2018-11-20T00:46:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android, iOS, Windows |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2018-04-10T22:31:51.000+0000 |
Updated | 2018-11-20T00:46:38.000+0000 |
Description
- Update for compatibility with Titanium SDK 7.0.0+
- Add ARM64 support
- Refactor ACA implementation
{quote}
- Remove ACRA third-party library for crash handling
- Remove unnecessary/deprecated methods
- Utilize APSAnalytics library for sending events
- Fix event payload format
{quote}
appcelerator.aca: https://github.com/appcelerator-modules/appcelerator.aca/pull/14
titanium_mobile: https://github.com/appcelerator/titanium_mobile/pull/10190