Plausible CrashReporter 介绍
Plausible CrashReporter 提供了进程内程序的崩溃报告框架,支持 iPhone 和 Mac OS X,为 iOS
提供很多崩溃报告服务功能,包括:HockeyApp, Atlassian
JMC,
BugSense, and
Crashlytics.
PLCrashReporter 由 Plausible Labs 提供.
崩溃报告格式使用 protobuf 编码的消息,可使用
Google 的 Protobuf 解码器进行解码, CrashReporter 库可处理包括未被捕获的异常以及一些严重的信号。
特点:
- Implemented as a in-process fully async-safe signal handler.
- Does not interfere with debugging in gdb
- Handles both uncaught Objective-C exceptions and fatal signals (SIGSEGV, SIGBUS, etc)
- Backtraces for all active threads are provided.
- Provides full register state for the crashed thread.
支持的平台:
- Mac OS X 10.5+ (x86-32, ppc, experimental x86-64)
- iPhone OS 2.0+: (armv6, armv7)
- iPhone Simulator 2.0+ (x86-32)
Plausible CrashReporter 官网
http://code.google.com/p/plcrashreporter/
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。