Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

bitstadium/CrashProbe

Repository files navigation

Introduction

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.

Setup

  1. Clone this repository.

  2. Open the project in Xcode.

  3. Integrate your crash reporting SDK into the required platform target (CrashProbe for OS X and CrashProbeiOS for iOS).

  4. Build the app using the Release build configuration and install it on a device.

    Either use Archive or Build for Profiling and copy the app bundle onto the device. Using Debug build configuration will result in different results due to disabled compiler optimizations.

  5. Start the app without the debugger being attached.

  6. Choose a crash and trigger it.

  7. Start the app again, the integrated SDK should now upload the crash report to its server.

  8. Go back to step 5. and process the next crash. Otherwise continue with step 9.

  9. Symbolicate the crash report(s).

  10. Compare the symbolicated crash report(s) with the data available on the CrashProbe website.

Disclaimer

The suite of tests was developed by Bit Stadium GmbH for the HockeyApp service.

Contributing

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Contributor License

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.

License

This project is released under the MIT license.