iPhone崩溃日志:无法及时恢复

时间:2010-07-29 04:18:22

标签: iphone objective-c cocoa-touch debugging ios4

我正在查看我的崩溃日志,并注意到“未能及时恢复”

Application Specific Information:
com.myApp.MyApp failed to resume in time 
elapsed total CPU time (seconds): 0.680 (user 0.350, system 0.330), 7% CPU 
elapsed application CPU time (seconds): 0.130, 1% CPU

我该如何及时恢复?

2 个答案:

答案 0 :(得分:12)

我认为这个错误意味着你在主线程上做了很长时间的事情。手机无响应,操作系统会杀死您的应用。

尽可能尝试使用异步API,或者在后台线程中运行长时间运行的任务。

答案 1 :(得分:1)

你可能想谷歌看门狗定时器有一些关于它是如何工作的体面的信息。 Alloted times for startup shutdown of iphone apps