purgeIdleCellConnections
全部标签 我在我的项目中添加了第三方SDK,但在使用慢速3G网络时出现purgeIdleCellConnections错误。purgeIdleCellConnections:foundonetopurgeconn=0x1f55b300wifi网络没有问题,因为它不使用蜂窝网络进行图像下载。我必须确定网络类型是wifi还是3G:+(BOOL)IsEnableWIFI{return([[ReachabilityreachabilityForLocalWiFi]currentReachabilityStatus]!=NotReachable);}+(BOOL)IsEnable3G{return([[R
这个问题在这里已经有了答案:purgeIdleCellConnections:foundonetopurgeconn=0x1d57ba00(1个回答)关闭9年前。从应用程序中的模型类从互联网下载大量png图像后不久,我得到了一个purgeIdleCellConnections列表。这对应用程序构成威胁吗?它不会卡住。我应该手动关闭连接吗?谢谢!xcode4.2.1,ARC,部署到ios5.0+编辑:我在我的控制台中看到了列表。此外,我只在3G网络上通过手机测试时看到它,而不是在wifi上。在模拟器中也不会发生。
这个问题在这里已经有了答案:purgeIdleCellConnections:foundonetopurgeconn=0x1d57ba00(1个回答)关闭9年前。我的应用程序一直快速向我抛出这个问题,直到内存不足并挂起:purgeIdleCellConnections:foundonetopurgeconn=0x1ddde360purgeIdleCellConnections:foundonetopurgeconn=0x1dddb9a0purgeIdleCellConnections:foundonetopurgeconn=0x1e87d4b0purgeIdleCellConnecti