HVR又一次load的时候须要将schedule suspend掉

时间:2023-03-08 18:04:54
HVR又一次load的时候须要将schedule suspend掉

今天在进行HVR的又一次load的时候。报错了:

HVR又一次load的时候须要将schedule suspend掉

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="">

可是再又一次load一次就不报这个错了,我以为是权限问题,可是检查之后,发现权限一丁点问题都没有,在咨询了相关大牛之后。得知,我犯了一个低级的错误。在又一次load的之前。须要将HVR的相关schedule suspend掉。由于load操作会重置捕捉和应用进程的时间,该操作会删掉原来的schedule然后重建。假设原来的schedule在执行,那么会删掉,但不会重建。

将schedule suspend掉之后,load:

HVR又一次load的时候须要将schedule suspend掉