Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26007] iOS: Refactor RSOD

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2018-05-24T15:26:26.000+0000
Affected Version/sn/a
Fix Version/sRelease 7.3.0
ComponentsiOS
Labelsn/a
ReporterGary Mathews
AssigneeGary Mathews
Created2018-05-03T01:08:39.000+0000
Updated2018-06-20T15:01:00.000+0000

Description

- Refactor the red-screen of death (crash dialog) to match the updated Android implementation

Attachments

FileDateSize
Screen Shot 2018-05-17 at 2.43.38 PM.png2018-05-17T21:44:05.000+0000354661
Screen Shot 2018-06-20 at 15.58.44.png2018-06-20T14:59:19.000+0000217908

Comments

  1. Gary Mathews 2018-05-14

    master: https://github.com/appcelerator/titanium_mobile/pull/10022
  2. Samir Mohammed 2018-06-20

    Closing ticket. Improvement can be seen in SDK Version: 7.3.0.v20180618182516 Other information can be found at: https://github.com/appcelerator/titanium_mobile/pull/10022 Able to see the new RSOD to match the new implementation on Android and Windows. 1. Created an application and added the following code
       var win = Ti.UI.createWindow({ backgroundColor: 'gray' });
       
       win.addEventListener('open', function (e) {
          Ti.API.info(e.test.crash);
       });
       
       win.open();
       
    2. saw the following error screen !Screen Shot 2018-06-20 at 15.58.44.png|thumbnail! *Test Environment*
       APPC Studio: 5.0.0.201712081732
       APPC CLI: 7.0.4
       iphone 6 11.2 emulator
       Operating System Name: Mac OS High Sierra
       Operating System Version: 10.13
       Node.js Version: 8.9.1
       Xcode 9.2
       

JSON Source