PL crash reporter is a reliable, open source crash reporting framework for iOS and Mac OSX. This is the framework that powers most of the crash reporting frameworks such as Flurry, HockeyApp and Crittercism.
Below are the feature list that could see from the website:
- Uses only Public APIs/ABIs for crash reporting
- First introduced in 2008.
- Backtraces for all active threads are supported.
- The most accurate stack unwinding available. using DWARF and Apple compact Unwind frame data.
- Does not interfere with debugging lldb/gdb
- Easy to integrate with existing or custom crash reporting services
- Provides full register state for crash thread.
The source code is available at the link given in the references section
Downloaded the code by following the git link git clone https://opensource.plausible.coop/stash/scm/plcr/plcrashreporter.git
references:
No comments:
Post a Comment