我在 appgyver steroids 平台上开发了一个单页应用程序。出于某种原因,该应用程序经常在 iPhone 6 和 iPhone 6 plus 上崩溃。它有时会在 iPhone 5s 上崩溃。这些崩溃是非常随机的。
我已经构建了一个自定义的 appgyver 调试扫描器构建,但无法找到与崩溃相关的任何重要内容。在 xcode 设备日志中,我注意到了这一点:
Name | <UUID> | CPU Time| rpages| purgeable| recent_max| lifetime_max| fds | [reason] | (state)
MyApp <db4034ffab78564f8c99db20e8d2b040> 117.395 166401 0 - 151979 100 [per-process-limit] (frontmost) (resume)
如何以某种方式调试应用程序以找到导致此崩溃的原因?