[TIMOB-27153] Android: Prevent multiple exception logs
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-06-20T22:09:18.000+0000 |
Affected Version/s | Release 8.0.0 |
Fix Version/s | Release 8.1.0 |
Components | Android |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2019-06-14T23:23:28.000+0000 |
Updated | 2019-06-20T22:09:18.000+0000 |
Description
- Prevent multiple exception logs when multiple handlers are present
*TEST CASE*
- Include
com.appcelerator.aca
module
- Throw an exception
throw new Error('exception');
- Should NOT see multiple TiExceptionHandler
logs
master: https://github.com/appcelerator/titanium_mobile/pull/10962 8_1_X: https://github.com/appcelerator/titanium_mobile/pull/10963
FR Passed on Master and 8_1_X, waiting on Jenkins build.
merged to master, 8_1_X
Verified the fix on sdk 8.1.0.v20190619134801and 8.2.0.v20190620105942.not getting multiple exception logs. Works as expected. Closing.