https://github.com/electron/crashpad
Electron fork of crashpad
https://github.com/electron/crashpad
Last synced: 5 months ago
JSON representation
Electron fork of crashpad
- Host: GitHub
- URL: https://github.com/electron/crashpad
- Owner: electron
- License: apache-2.0
- Archived: true
- Created: 2015-06-01T08:56:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T02:30:52.000Z (over 6 years ago)
- Last Synced: 2024-10-30T00:00:39.466Z (7 months ago)
- Language: C++
- Size: 4.74 MB
- Stars: 32
- Watchers: 76
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crashpad
[Crashpad](https://crashpad.chromium.org/) is a crash-reporting system.
## Documentation
* [Project status](doc/status.md)
* [Developing Crashpad](doc/developing.md): instructions for getting the source
code, building, testing, and contributing to the project.
* [Crashpad interface documentation](https://crashpad.chromium.org/doxygen/)
* [Crashpad tool man pages](doc/man.md)
* [Crashpad overview design](doc/overview_design.md)## 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](https://crashpad.chromium.org/bug/).
* The [Crashpad Buildbots](https://build.chromium.org/p/client.crashpad)
perform automated builds and tests.
* [crashpad-dev](https://groups.google.com/a/chromium.org/group/crashpad-dev)
is the Crashpad developers’ mailing list.