如何获得崩溃报告

如何获得崩溃报告

本文介绍了iPad - 如何获得崩溃报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在iPad上的应用程式(实体装置)崩溃,我得到这个:

My app on the iPad (physical device) is crashing and I get this:

Mon Nov 22 14:08:42 ianvinkipad ReportCrash [521]:Saved crashreport到/var/mobile/Library/Logs/CrashReporter/InterfaithExplorer_2010-11-22-140841_ianvinkipad.plist使用uid:0 gid:0,synthetic_euid:501 egid:0

Mon Nov 22 14:08:42 ianvinkipad ReportCrash[521] : Saved crashreport to /var/mobile/Library/Logs/CrashReporter/InterfaithExplorer_2010-11-22-140841_ianvinkipad.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0

我在哪里阅读本报告?它似乎不是在PC上。

Where do I go to read this report? It does not appear to be on the PC. And I am not sure how to get it off the device.

推荐答案

技术说明中心有一个很好的概述如何检索和分析你的崩溃报告。

The technical note Understanding and Analyzing iPhone OS Application Crash Reports from Apple developer center has a good overview of how to retrieve and analyze your crash report.

这篇关于iPad - 如何获得崩溃报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-31 17:19