简体   繁体   中英

iphone - how to understand crash logs on device

I have this logs of a crash that seems to be connected to a mkmapview and the auto lock of my device (1 min):

T

hread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib          0x3b6bd350 __pthread_kill + 8
1   libsystem_c.dylib               0x3b63411e pthread_kill + 54
2   libsystem_c.dylib               0x3b67096e abort + 90
3   libc++abi.dylib                 0x3ac0ed4a abort_message + 70
4   libc++abi.dylib                 0x3ac0bff4 _ZL17default_terminatev + 20
5   libobjc.A.dylib                 0x3b1bfa74 _ZL15_objc_terminatev + 144
6   libc++abi.dylib                 0x3ac0c078 _ZL19safe_handler_callerPFvvE + 76
7   libc++abi.dylib                 0x3ac0c110 std::terminate() + 16
8   libc++abi.dylib                 0x3ac0d594 __cxa_rethrow + 84
9   libobjc.A.dylib                 0x3b1bf9cc objc_exception_rethrow + 8
10  CoreFoundation                  0x33460f1c CFRunLoopRunSpecific + 452
11  CoreFoundation                  0x33460d44 CFRunLoopRunInMode + 100
12  GraphicsServices                0x370242e6 GSEventRunModal + 70
13  UIKit                           0x353762fc UIApplicationMain + 1116
14  FT105RF                         0x0007cbb8 main (main.m:16)
15  libdyld.dylib                   0x3b5f6b1c start + 0

Can someone helps me to understand which lines of logs can be helpful for me? Thank you

you may find some useful answers here:

XCode 4 - IPhone Dev - Good Debug Tutorial

reading the lines you show is not the easiest and most convenient way of debugging, so these tutorials might help you doing it another way.

hope i helped

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM