应用程序无法及时启动...但只需要 2 秒?

发布于 2024-12-10 12:29:01 字数 409 浏览 2 评论 0原文

我们的应用程序崩溃了,崩溃日志显示:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苏辞 2024-12-17 12:29:01

这两秒是 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文