endBackgroundTask没有后台标识符

时间:2011-12-01 16:28:12

标签: ios multithreading background crash

我正在使用一个正在启动后台任务的闭源代码库,而我没有后台任务标识符......

......任何人都对如何结束这项后台任务有任何明智的想法?

它总是运行完成,我经常得到这样的崩溃报告:

    Application Specific Information:
 THEAPP[245] has active assertions beyond permitted time: 
  {(
    <SBProcessAssertion: 0xee35590> identifier: UIKitBackgroundCompletionTask process:  THEAPP[245] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:245  preventSuspend  preventIdleSleep ,
     <SBProcessAssertion: 0xeed2a60> identifier: UIKitBackgroundCompletionTask process:  THEAPP[245] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:245  preventSuspend  preventIdleSleep ,
     <SBProcessAssertion: 0xee24f00> identifier: UIKitBackgroundCompletionTask process: THEAPP[245] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:245 preventSuspend  preventIdleSleep 
 )}

由于

1 个答案:

答案 0 :(得分:0)

这是库中的一个错误,我得到了一个修复后的版本。似乎没有办法结束这项任务。