
我正在iOS应用中实施Google跟踪代码管理器. 99%运行良好,但有时App崩溃与以下execptions:
– [GAIReachabilityChecker reachabilityFlagsChanged:]
Thread : Crashed: com.apple.main-thread0 libobjc.A.dylib 0x3426bae6 objc_msgSend + 51 SuppApp 0x001d3c11 -[GAIReachabilityChecker reachabilityFlagsChanged:] + 24811692 SystemConfiguration 0x26b1544d reachPerformAndUnlock + 2563 CoreFoundation 0x22a0a827 __CFRUNLOOP_IS_CALliNG_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 144 CoreFoundation 0x22a0a417 __CFRunLoopDoSources0 + 4545 CoreFoundation 0x22a0877f __CFRunLoopRun + 8066 CoreFoundation 0x2295b1e9 CFRunLoopRunspecific + 5167 CoreFoundation 0x2295afdd CFRunLoopRunInMode + 1088 GraphiCSServices 0x2ba76af9 GSEventRunModal + 1609 UIKit 0x26bc017d UIApplicationMain + 14410 SuppApp 0x00061cef main (main.m:16)11 libdyld.dylib 0x34989873 start + 2
– [GAIDefaultLogger信息:]
Thread : Crashed: com.apple.main-thread0 libobjc.A.dylib 0x34e8bac6 objc_msgSend + 51 SuppApp 0x0020fb3d -[GAIDefaultLogger info:] + 21491812 SuppApp 0x00219c11 -[GAIReachabilityChecker reachabilityFlagsChanged:] + 21903533 SystemConfiguration 0x27715431 reachPerformAndUnlock + 2564 CoreFoundation 0x23658c3f __CFRUNLOOP_IS_CALliNG_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 145 CoreFoundation 0x2365882d __CFRunLoopDoSources0 + 4526 CoreFoundation 0x23656b9b __CFRunLoopRun + 7947 CoreFoundation 0x235aa249 CFRunLoopRunspecific + 5208 CoreFoundation 0x235aa035 CFRunLoopRunInMode + 1089 GraphiCSServices 0x2c661ad1 GSEventRunModal + 16010 UIKit 0x277bf899 UIApplicationMain + 14411 SuppApp 0x000a7cef main (main.m:16)12 libdyld.dylib 0x355ca873 start + 2
任何的想法?
谢谢
解决方法 不是你的错.这次崩溃是由谷歌分析库造成的.似乎你不仅有这些崩溃:https://code.google.com/p/analytics-issues/issues/detail?id=578 总结
以上是内存溢出为你收集整理的iOS App Google Tag Manager实施中的随机崩溃全部内容,希望文章能够帮你解决iOS App Google Tag Manager实施中的随机崩溃所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)