Files
crashpad/README.md
Arpad Borsos 8a2ddfc0a4 build: Add CMake files for crashpad (#2)
* build: add CMake files for crashpad

* add explicit submodule for mini_chromium

* make cmake builds work on windows

* review feedback, add separate getsentry README

* better document changes, add update instructions
2020-02-21 14:03:37 +01:00

1.7 KiB
Raw Permalink Blame History

Crashpad

Crashpad is a crash-reporting system.

Documentation

Source Code

Crashpads source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.

Sentry modifications

See README.getsentry.md for more information on the changes, and on maintaining the fork.

Generating patch:

git format-patch --stdout master...HEAD > getsentry.patch