我遇到了通过在 BugSense 站点中生成 API 在我最近的一个 APP 中实现的 BugSense。我已经按照 BugSense 提供的 DOC 并在我的 APP 中成功配置了该工具。
当我将我的设备连接到我的系统并在调试模式下运行我的 APP 时,我在控制台窗口中看到以下日志。
BugSense --> Processing crash report...
BugSense --> Crashed on 2011-11-23 07:32:13 +0000
BugSense --> Crashed with signal SIGABRT (code #0, address=0x34417a1c)
BugSense --> Generating JSON data from crash report...
BugSense --> Posting JSON data...
BugSense --> Server responded with status code: 500
我想知道
- 生成什么崩溃报告。
- 它发布了什么 JSON 数据。
- 我的崩溃报告存储在哪里。
我曾在我的 APP 中尝试过一些崩溃,但是当我检查 BugSense 站点的进度时,我没有看到任何图形表示或错误报告。
我错过了什么?我应该如何查看崩溃报告?如何将崩溃日志发送到 BugSense,以便我可以在站点中查看崩溃报告?