Plausible CrashReporter provides an in-process crash reporting framework for use on both the iPhone and Mac OS X.
Crash reports are output as protobuf-encoded messages, and may be decoded using the CrashReporter library or any Google Protobuf decoder. The CrashReporter library handles both uncaught exceptions and fatal signals.
Features:
The following platforms are currently supported:
PLCrashReporter
Server part and extension:
CrashReporterDemo
MacDevCrashReporter
See also:
CrashKit
Hoptoad
Hexspeak
Crash reports are output as protobuf-encoded messages, and may be decoded using the CrashReporter library or any Google Protobuf decoder. The CrashReporter library handles both uncaught exceptions and fatal signals.
Features:
- 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.
The following platforms are currently supported:
- Mac OS X 10.5+ (x86-32, ppc, experimental x86-64)
- iPhone OS 2.0+: (armv6, armv7)
- iPhone Simulator 2.0+ (x86-32)
PLCrashReporter
Server part and extension:
CrashReporterDemo
MacDevCrashReporter
See also:
CrashKit
Hoptoad
Hexspeak
Comments
Post a Comment