最近我们开始看到崩溃报告,内容如下:
Exception Type: 00000020
Exception Codes: 0x000000008badf00d
Exception Note: SIMULATED (this is NOT a crash)
Highlighted by Thread: 0
Application Specific Information:
com.mycompany.myapp failed to scene-update after 10.00s
Run Code Online (Sandbox Code Playgroud)
这些崩溃报告来自我们的用户在野外使用的iOS设备.
我之前已经处理过崩溃报告failed to scene-update(通常只是某个进程花了很长时间,从一个不应该阻止的系统回调中调用),但我没有看到过SIMULATED (this is NOT a crash)或者Highlighted by Thread之前.
有谁知道这些新的信息意味着什么?他们只是简单地提到failed to scene-update问题,还是传达任何其他意义.也有人知道是否还有其他可能的值Exception Note?
我收到了一份关于我们的iPad应用程序崩溃的报告,附带了一条日志消息.日志消息的最后几行如下:
Aug 21 08:58:51 2TesterPad backboardd[26] <Warning>: CoreAnimation: timed out fence 25993
Aug 21 08:58:51 2TesterPad backboardd[26] <Warning>: CoreAnimation: updates deferred for too long
Aug 21 08:58:52 2TesterPad AppName[2428] <Warning>: CoreAnimation: failed to receive fence reply: 10004003
Run Code Online (Sandbox Code Playgroud)
谁能告诉我这些日志消息的意思呢?我一直无法在网上找到任何关于此的信息.