如何读取目标进程的Xamarin iOS最重堆栈?

如何读取目标进程的Xamarin iOS最重堆栈?,ios,xamarin.forms,crash,Ios,Xamarin.forms,Crash,我不知道这是否是一个有效的问题,但我被卡住了,因此我在这里寻求指导 所以我的应用程序是XamariniOS应用程序崩溃了,但我不知道是什么原因造成的 我已经确定了它崩溃的原因。但仍然没有找到正确的原因 我有iOS设备日志提供的崩溃日志,但我不知道是什么导致了这个问题 我只知道它正在被CPU使用量杀死 Event: cpu usage Action taken: none CPU: 90 seconds cpu time over 170 s

我不知道这是否是一个有效的问题,但我被卡住了,因此我在这里寻求指导

所以我的应用程序是Xamarin
iOS
应用程序崩溃了,但我不知道是什么原因造成的

我已经确定了它崩溃的原因。但仍然没有找到正确的原因

我有iOS设备日志提供的崩溃日志,但我不知道是什么导致了这个问题

我只知道它正在被CPU使用量杀死

Event:            cpu usage
Action taken:     none
CPU:              90 seconds cpu time over 170 seconds (53% cpu average), exceeding limit of 50% cpu over 180 seconds
CPU limit:        90s
Limit duration:   180s
CPU used:         90s
CPU duration:     170s
Duration:         169.88s
Duration Sampled: 157.34s
Steps:            44
记录如下:

Heaviest stack for the target process:
  44  ??? (libdyld.dylib + 6144) [0x19093b800]
  44  ??? (MyApp.iOS + 714604) [0x1025fa76c]
  44  ??? (MyApp.iOS + 29476604) [0x1041686fc]
  44  ??? (MyApp.iOS + 27632748) [0x103fa646c]
  44  ??? (MyApp.iOS + 28574860) [0x10408c48c]
  44  ??? (MyApp.iOS + 28549584) [0x1040861d0]
  44  ??? (MyApp.iOS + 27772120) [0x103fc84d8]
  44  ??? (MyApp.iOS + 4407332) [0x102980024]
  44  ??? (MyApp.iOS + 714772) [0x1025fa814]
  44  ??? (MyApp.iOS + 15211316) [0x1033cdb34]
  44  ??? (MyApp.iOS + 15211436) [0x1033cdbac]
  44  ??? (MyApp.iOS + 15897920) [0x103475540]
  44  ??? (UIKitCore + 10504576) [0x194bba980]
  44  ??? (GraphicsServices + 13196) [0x19b00d38c]
  44  ??? (CoreFoundation + 667276) [0x190ab3e8c]
  42  ??? (CoreFoundation + 669056) [0x190ab4580]
  42  ??? (CoreFoundation + 667908) [0x190ab4104]
怎么读这个?


问题的原因是什么?

您好,您知道与上一次成功构建相比,代码修改的位置吗?您还可以在这里显示vs的输出以进行检查。