CrashProbe provides a set of test crashes that can be used to test crash reporting SDKs and symbolication implementations on iOS and OS X.
The project has been developed using Xcode 5.1.1 and has been tested with OS X 10.9.2 and iOS 7.1.1.
-
Clone this repository.
-
Open the project in Xcode.
-
Integrate your crash reporting SDK into the required platform target (
CrashProbe
for OS X andCrashProbeiOS
for iOS). -
Build the app using the
Release
build configuration and install it on a device.Either use
Archive
orBuild for Profiling
and copy the app bundle onto the device. UsingDebug
build configuration will result in different results due to disabled compiler optimizations. -
Start the app without the debugger being attached.
-
Choose a crash and trigger it.
-
Start the app again, the integrated SDK should now upload the crash report to its server.
-
Go back to step 5. and process the next crash. Otherwise continue with step 9.
-
Symbolicate the crash report(s).
-
Compare the symbolicated crash report(s) with the data available on the CrashProbe website.
The suite of tests was developed by Bit Stadium GmbH for the HockeyApp service.
You must sign a Contributor License Agreement before submitting your pull request. To complete the Contributor License Agreement (CLA), you will need to submit a request via the form and then electronically sign the CLA when you receive the email containing the link to the document. You need to sign the CLA only once to cover submission to any Microsoft OSS project.
This project is released under the MIT license.