jezzmemo / JJException

Protect the objective-c application(保护App不闪退)
MIT License
1.63k stars 268 forks source link

这种处理[TimerObject fireTimer]报错的方法是否可行? #135

Open sharehoney opened 1 year ago

sharehoney commented 1 year ago

集成了保利威直播的SDK,多处调用[TimerObject fireTimer]时报错。

后来发现:

在 NSTimer+CleanTimer.m中 把 @property(nonatomic,readwrite,【weak】)id target 改成 【strong】可以避免,

但是【不确定】这样 是否会造成循环引用。

jezzmemo commented 1 year ago

多处报错是什么意思?crash还是异常信息?

sharehoney commented 1 year ago

crash了,不过 JJException 拦截住了,App可以继续运行。

jezzmemo commented 1 year ago

明白了,有没导致你的功能不正常?

sharehoney commented 1 year ago

现在只是在打开直播页面的时候会出现这种情况,还没发现会影响到其他地方。