[TIMOB-26694] [iOS] Runtime errors are not shown in console
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-01-09T18:18:21.000+0000 |
Affected Version/s | Release 8.0.0 |
Fix Version/s | Release 8.0.0 |
Components | n/a |
Labels | n/a |
Reporter | Samir Mohammed |
Assignee | Vijay Singh |
Created | 2019-01-07T11:43:10.000+0000 |
Updated | 2019-01-09T18:36:17.000+0000 |
Description
The console is currently not showing any run time errors.
*Test Steps*
Create a new titanium project
Add the following code in to the project
var w1 = Ti.UI.createWindow({
backgroundColor: 'white'
});
window.open();
PR (master) - https://github.com/appcelerator/titanium_mobile/pull/10593 PR (8_0_X) - https://github.com/appcelerator/titanium_mobile/pull/10594 Note - 1. This will fix issue mentioned in TIMOB-26705 also 2. Verify test case mentioned in this ticket. 3. Verify test case mentioned in TIMOB-26705