iOS:阅读崩溃日志

时间:2013-02-13 15:03:27

标签: ios core-data

有时候我的应用程序崩溃了(不是经常,但偶尔会崩溃)。崩溃日志看起来大致相同,但不知道如何准确读取它:

0   libsystem_kernel.dylib          0x397ed0fc __psynch_mutexwait + 24
1   libsystem_c.dylib               0x39736124 pthread_mutex_lock + 388
2   CoreData                        0x31362e8c -[_PFLock lock] + 20
3   CoreData                        0x3137334c -[NSPersistentStoreCoordinator executeRequest:withContext:error:] + 924
4   CoreData                        0x31371f12 -[NSManagedObjectContext executeFetchRequest:error:] + 642
5   appGAME                             0x00066554 0x3b000 + 177492
6   appGAME                     0x00066ee2 0x3b000 + 179938
7   UIKit                           0x3344130c -[UIViewController _setViewAppearState:isAnimating:] + 132
8   CoreFoundation                  0x315c699e __NSArrayEnumerate + 394
9   CoreFoundation                  0x31528b66 -[NSArray enumerateObjectsWithOptions:usingBlock:] + 58
10  UIKit                           0x334413d2 -[UIViewController _setViewAppearState:isAnimating:] + 330
11  UIKit                           0x334c77da -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:] + 4346
12  UIKit                           0x33537810 -[UIViewController _dismissViewControllerWithTransition:from:completion:] + 1704
13  UIKit                           0x334837c0 -[UIViewController dismissViewControllerWithTransition:completion:] + 908
14  appGAME             0x000c2fca 0x3b000 + 557002
15  UIKit                           0x333efaae -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 154
16  UIKit                           0x334648ea -[UIViewAnimationState animationDidStop:finished:] + 46
17  QuartzCore                      0x33199bfc CA::Layer::run_animation_callbacks(void*) + 204
18  libdispatch.dylib               0x397064b4 _dispatch_client_callout + 20
19  libdispatch.dylib               0x3970b1b8 _dispatch_main_queue_callback_4CF$VARIANT$mp + 220
20  CoreFoundation                  0x315a5f36 __CFRunLoopRun + 1286
21  CoreFoundation                  0x31518eb8 CFRunLoopRunSpecific + 352
22  CoreFoundation                  0x31518d44 CFRunLoopRunInMode + 100
23  GraphicsServices                0x350ef2e6 GSEventRunModal + 70
24  UIKit                           0x3342e2fc UIApplicationMain + 1116

崩溃或查看动画的核心数据是什么?我能看到它崩溃的地方吗? (所有+24,+ 388行号?)

0 个答案:

没有答案