9973dd3e5d | ||
---|---|---|
.. | ||
.github/workflows | ||
build | ||
client | ||
compat | ||
doc | ||
handler | ||
infra/config | ||
libunwind | ||
minidump | ||
snapshot | ||
test | ||
third_party | ||
tools | ||
util | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.gn | ||
.style.yapf | ||
.vpython3 | ||
AUTHORS | ||
BUILD.gn | ||
CMakeLists.txt | ||
CONTRIBUTORS | ||
DEPS | ||
LICENSE | ||
README.getsentry.md | ||
README.md | ||
codereview.settings | ||
crashpad-config.cmake.in | ||
example.cpp | ||
navbar.md | ||
package.h |
README.md
Crashpad
Crashpad is a crash-reporting system.
Documentation
- Project status
- Developing Crashpad: instructions for getting the source code, building, testing, and contributing to the project.
- Crashpad interface documentation
- Crashpad tool man pages
- Crashpad overview design
Source Code
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.
Other Links
- Bugs can be reported at the Crashpad issue tracker.
- The Crashpad bots perform automated builds and tests.
- crashpad-dev is the Crashpad developers’ mailing list.
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