2013-05-09 111 views
-1

我的應用程序正在退出時沒有任何崩潰記錄(只顯示「gdb」)。通過象徵性的細節日誌,我得到以下。你有什麼想法爲什麼發生這種情況?請幫忙.....iOS應用程序沒有任何崩潰日誌記錄

Thread 5 Crashed: 
0 libsystem_kernel.dylib   0x35d2132c __pthread_kill + 8 
1 libsystem_c.dylib    0x34f09208 pthread_kill + 48 
2 libsystem_c.dylib    0x34f02298 abort + 88 
3 libc++abi.dylib     0x35519f64 abort_message + 40 
4 libc++abi.dylib     0x35517346 _ZL17default_terminatev + 18 
5 libobjc.A.dylib     0x338cf350 _objc_terminate + 140 
6 libc++abi.dylib     0x355173be _ZL19safe_handler_callerPFvvE + 70 
7 libc++abi.dylib     0x3551744a std::terminate() + 14 
8 libc++abi.dylib     0x35518798 __cxa_throw + 116 
9 libobjc.A.dylib     0x338cf290 objc_exception_throw + 88 
10 CoreFoundation     0x35caea94 -[NSObject doesNotRecognizeSelector:] +  168 
11 CoreFoundation     0x35cad90e ___forwarding___ + 294 
12 CoreFoundation     0x35c08648 _CF_forwarding_prep_0 + 40 
13 UIKit       0x333cad06 -[UIView(Rendering) contentMode] + 294 
14 UIKit       0x333c9dfe -[UIImageView(UIImageViewInternal) _canDrawContent] + 230 
15 UIKit       0x333ca88a -[UIImageView(UIImageViewInternal) _updateState] + 22 
16 UIKit       0x333ca1a0 -[UIImageView setImage:] + 300 
17 MyApp      0x000353e0 0x30000 + 21472 
18 MyApp      0x00034098 0x30000 + 16536 
19 MyApp      0x00034ee6 0x30000 + 20198 
20 Foundation      0x35046a7a -[NSThread main] + 66 
21 Foundation      0x350da58a __NSThread__main__ + 1042 
22 libsystem_c.dylib    0x34eca72e _pthread_start + 314 
23 libsystem_c.dylib    0x34eca5e8 thread_start + 0  
+2

你試過Zoombie? – Impossible 2013-05-09 10:31:26

+0

是的。但沒有好處。沒有任何額外的日誌 – user2365181 2013-05-09 10:33:31

+0

沒有任何代碼,我們不能幫助你? – Impossible 2013-05-09 10:34:00

回答

0

你可以在設備上運行應用程序時得到崩潰的原因。通常,在設備上運行應用程序時,xcode和Organizer Device Log都會生成日誌。你可以輕鬆地從那裏檢查它爲什麼會崩潰。

+0

我試過了。但它在組織者的設備日誌中顯示「未知」。 我輸出並將其符號化,但沒有運氣 – user2365181 2013-05-09 10:40:29

+0

您是否在組織者日誌中看到過它? – 2013-05-09 11:41:24

+0

是的,在組織者它顯示未知 – user2365181 2013-05-09 12:05:36

2

試試這個方法:

enter image description here

enter image description here

其各位例外節目時應用程序崩潰....

相關問題