[MOD-2550] ACA: Do not rethrow handled exceptions
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2019-10-16T16:33:05.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | ACA |
| Labels | android, ios |
| Reporter | Gary Mathews |
| Assignee | Gary Mathews |
| Created | 2019-10-15T20:25:37.000+0000 |
| Updated | 2019-10-16T16:33:05.000+0000 |
Description
- Do not re-throw handled errors and exceptions
aca.logHandledException(new Error('this is an error'));
// Should not show crash screen
master: https://github.com/appcelerator-modules/appcelerator.aca/pull/27
FR Passed.
PR Merged.
Closing ticket.