2020-04-28 15:06:03.866026+0800 im_demo[6887:157696] [Snapshotting] Snapshotting a view (0x7f9a8b062a00, UIKeyboardImpl) that has not been rendered at least once requires afterScreenUpdates:YES.
2020-04-28 15:06:04.505572+0800 im_demo[6887:157696] im service enter background
2020-04-28 15:06:04.505984+0800 im_demo[6887:157696] suspend im service
2020-04-28 15:06:04.507445+0800 im_demo[6887:157696] im service on close
2020-04-28 15:06:04.508024+0800 im_demo[6887:157696] cancel write source
2020-04-28 15:06:04.508131+0800 im_demo[6887:157696] cancel read source
2020-04-28 15:06:04.509042+0800 im_demo[6887:157696] close socket
2020-04-28 15:06:04.687546+0800 im_demo[6887:157696] im service enter foreground
2020-04-28 15:06:04.687678+0800 im_demo[6887:157696] resume im service
并无详细报错:
代码断点卡在 AsyncSSLTCP.m
OSStatus status = SSLHandshake(self.sslContext);
Thread 6: EXC_BAD_ACCESS (code=1, address=0x48)
2020-04-28 15:06:03.866026+0800 im_demo[6887:157696] [Snapshotting] Snapshotting a view (0x7f9a8b062a00, UIKeyboardImpl) that has not been rendered at least once requires afterScreenUpdates:YES. 2020-04-28 15:06:04.505572+0800 im_demo[6887:157696] im service enter background 2020-04-28 15:06:04.505984+0800 im_demo[6887:157696] suspend im service 2020-04-28 15:06:04.507445+0800 im_demo[6887:157696] im service on close 2020-04-28 15:06:04.508024+0800 im_demo[6887:157696] cancel write source 2020-04-28 15:06:04.508131+0800 im_demo[6887:157696] cancel read source 2020-04-28 15:06:04.509042+0800 im_demo[6887:157696] close socket 2020-04-28 15:06:04.687546+0800 im_demo[6887:157696] im service enter foreground 2020-04-28 15:06:04.687678+0800 im_demo[6887:157696] resume im service 并无详细报错: 代码断点卡在 AsyncSSLTCP.m OSStatus status = SSLHandshake(self.sslContext); Thread 6: EXC_BAD_ACCESS (code=1, address=0x48)