2015-05-28 240 views
1

我無法通過查看下面的崩潰日誌來檢測到問題,因爲我不是專家。 符號應用,但似乎下面的點24沒有得到象徵。我不知道爲什麼。瞭解iPhone崩潰日誌

任何幫助將不勝感激。

Incident Identifier: 64AA5ACD-41A0-462C-8169-2689E4C9DFF6 
CrashReporter Key: e3e88a5898a533649d98f91fa4931fa1d7c125f9 
Hardware Model:  iPhone5,3 
Process:    yanachat [3315] 
Path:    /private/var/mobile/Containers/Bundle/Application/F46E2E69-F521-4FDF-A1BF-FDEAAFF50C8D/yanachat.app/yanachat 
Identifier:   com.soccerManiac.SSChat 
Version:    1 (1.0) 
Code Type:   ARM (Native) 
Parent Process:  launchd [1] 

Date/Time:   2015-05-28 16:57:52.245 +0500 
Launch Time:   2015-05-28 16:38:37.031 +0500 
OS Version:   iOS 8.2 (12D508) 
Report Version:  105 

Exception Type: EXC_CRASH (SIGABRT) 
Exception Codes: 0x0000000000000000, 0x0000000000000000 
Triggered by Thread: 0 

Last Exception Backtrace: 
0 CoreFoundation     0x25f2c45a __exceptionPreprocess + 122 
1 libobjc.A.dylib     0x33e02c86 objc_exception_throw + 34 
2 CoreData      0x25c56b48 _PFManagedObject_coerceValueForKeyWithDescription + 2808 
3 CoreData      0x25c55408 _sharedIMPL_setvfk_core + 144 
4 CoreData      0x25c744c6 _PF_Handler_Public_SetProperty + 82 
5 CoreData      0x25c792ce -[NSManagedObject setValue:forKey:] + 138 
6 yanachat      0x002116a8 0xe1000 + 1246888 
7 yanachat      0x001e5266 0xe1000 + 1065574 
8 UIKit       0x29479e7a -[UIApplication sendAction:to:from:forEvent:] + 66 
9 UIKit       0x29479e1c -[UIControl sendAction:to:forEvent:] + 40 
10 UIKit       0x29464c3e -[UIControl _sendActionsForEvents:withEvent:] + 578 
11 UIKit       0x29479888 -[UIControl touchesEnded:withEvent:] + 584 
12 UIKit       0x29479562 -[UIWindow _sendTouchesForEvent:] + 518 
13 UIKit       0x29472e2c -[UIWindow sendEvent:] + 540 
14 UIKit       0x29449754 -[UIApplication sendEvent:] + 192 
15 UIKit       0x296bd2f4 _UIApplicationHandleEventFromQueueEvent + 14164 
16 UIKit       0x294481a4 _UIApplicationHandleEventQueue + 1348 
17 CoreFoundation     0x25ef2fba __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 10 
18 CoreFoundation     0x25ef23ca __CFRunLoopDoSources0 + 214 
19 CoreFoundation     0x25ef0a30 __CFRunLoopRun + 768 
20 CoreFoundation     0x25e3e3ac CFRunLoopRunSpecific + 472 
21 CoreFoundation     0x25e3e1be CFRunLoopRunInMode + 102 
22 GraphicsServices    0x2d46b1fc GSEventRunModal + 132 
23 UIKit       0x294a8438 UIApplicationMain + 1436 
24 yanachat      0x0020b02a 0xe1000 + 1220650 
25 libdyld.dylib     0x3438eaaa tlv_initializer + 2 
+0

使用DSYM文件以獲取地址 – vichevstefan

+0

從哪裏我去拿DSYM文件? –

回答

1

這包含希望接收和處理其iOS應用程序的崩潰報告的開發人員的基本信息。

  1. 報告類型
    • 應用程序崩潰
    • 低內存
    • 用戶強制退出
    • 看門狗超時
  2. Symbolication
    • Symbolication
  3. 獲取崩潰報告
  4. Xcode的組織者

Understand more detail for cash log with example refer here.