[TIMOB-9203] BlackBerry: Handle JavaScript exceptions in runtime
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-06-01T05:58:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 2.1.0, Sprint 2012-06 BB |
Components | BlackBerry |
Labels | n/a |
Reporter | David Campbell |
Assignee | David Campbell |
Created | 2012-05-23T08:23:31.000+0000 |
Updated | 2017-03-08T18:16:13.000+0000 |
Description
Currently the Titanium runtime haults JS execution prints information to the stdout during an exception and then the Cascades message loop is entered. This should be changed to shutdown the app and return an error code.
Pull request: https://github.com/Macadamian/titanium_mobile/pull/66
Closing ticket as resolved.