iOS无法从日志中找出崩溃问题

时间:2018-09-10 06:36:30

标签: ios crash-log

我正在从分析中获取此日志。

Exception Type:  SIGTRAP
Exception Codes: #0 at 0x105542cdc
Crashed Thread:  0

Thread 0 Crashed:
0   libswiftFoundation.dylib             0x0000000105542cdc 0x10553c000 + 27868
1   Currinda                             0x0000000104303aa4 0x104284000 + 522916
2   Currinda                             0x00000001042a5164 0x104284000 + 135524
3   Currinda                             0x0000000104303bc0 0x104284000 + 523200
4   libswiftCore.dylib                   0x00000001050aef54 0x104eb4000 + 2076500
5   libswiftCore.dylib                   0x0000000104fb7310 0x104eb4000 + 1061648
6   libswiftCore.dylib                   0x0000000104ee21c0 0x104eb4000 + 188864
7   Currinda                             0x00000001043038a8 0x104284000 + 522408
8   Currinda                             0x00000001042de630 0x104284000 + 370224
9   Currinda                             0x00000001042e3a5c 0x104284000 + 391772
10  Model                                0x0000000104e2df24 0x104e00000 + 188196
11  FoxAPIKit                            0x00000001049b325c 0x1049a4000 + 62044
12  FoxAPIKit                            0x00000001049b6334 0x1049a4000 + 74548
13  FoxAPIKit                            0x00000001049b13c0 0x1049a4000 + 54208
14  libdispatch.dylib                    0x00000001840c0aa0 _dispatch_call_block_and_release + 20
15  libdispatch.dylib                    0x00000001840c0a60 _dispatch_client_callout + 12
16  libdispatch.dylib                    0x00000001840cd65c _dispatch_main_queue_callback_4CF$VARIANT$mp + 1008
17  CoreFoundation                       0x0000000184777070 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 8
18  CoreFoundation                       0x0000000184774bc8 __CFRunLoopRun + 2268
19  CoreFoundation                       0x0000000184694da8 CFRunLoopRunSpecific + 548
20  GraphicsServices                     0x0000000186679020 GSEventRunModal + 96
21  UIKit                                0x000000018e6b1758 UIApplicationMain + 232
22  Currinda                             0x00000001043251c4 0x104284000 + 659908
23  libdyld.dylib                        0x0000000184125fc0 start + 0

我们如何解密才能得到实际的问题?

0 个答案:

没有答案