应用程序无法及时启动...但只需要 2 秒?
我们的应用程序崩溃了,崩溃日志显示:
Application Specific Information:
com.xxxx.xxxxx failed to launch in time
elapsed total CPU time (seconds): 2.120 (user 1.200, system 0.920), 11% CPU
elapsed application CPU time (seconds): 0.800, 4% CPU
...
Unknown thread crashed with unknown flavor: 5, state_count: 1
我确信它不会崩溃,因为它需要长达 2 秒的时间才能启动!有谁知道我们为什么会收到此消息?
提前致谢,
Our application is crashing, and the crash log says;
Application Specific Information:
com.xxxx.xxxxx failed to launch in time
elapsed total CPU time (seconds): 2.120 (user 1.200, system 0.920), 11% CPU
elapsed application CPU time (seconds): 0.800, 4% CPU
...
Unknown thread crashed with unknown flavor: 5, state_count: 1
I'm sure it can't be crashing out because it's taking a whopping 2 seconds to launch! Does anyone have any other ideas why we might be getting this message?
Thanks in advance,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这两秒是 CPU 时间,实际经过的时间可能更长(CPU 负载为 11%,大约需要 20 秒)。
The two seconds are CPU time, the elapsed real time was probably longer (with 11% CPU load, it would be more like 20 seconds).