iOS应用程序退出没有任何崩溃日志

时间:2013-05-09 10:30:49

标签: ios crash

我的应用程序在没有任何崩溃日志的情况下退出(只显示“gdb”)。通过符号表示详细日志,我得到以下内容。你知道为什么会这样吗?请帮忙.....

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 个答案:

答案 0 :(得分:2)

尝试这种方式:

enter image description here

enter image description here

当应用程序崩溃时,它会显示所有异常....

答案 1 :(得分:0)

您可以在设备上运行应用程序时获取崩溃原因。通常,当在设备上运行应用程序时,会在xcode和管理器设备日志中生成日志。你可以从那里轻松检查它崩溃的原因。