blob: b20777bbf8ce2900fe8a4c65f77cf931022883c0 [file] [log] [blame] [view]
Yavor Goulishev9c08e842020-04-29 14:03:33 -07001<!--
2Copyright 2015 The Crashpad Authors. All rights reserved.
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15-->
16
17# Crashpad
18
19[Crashpad](https://crashpad.chromium.org/) is a crash-reporting system.
20
21## Documentation
22
23 * [Project status](doc/status.md)
24 * [Developing Crashpad](doc/developing.md): instructions for getting the source
25 code, building, testing, and contributing to the project.
26 * [Crashpad interface documentation](https://crashpad.chromium.org/doxygen/)
27 * [Crashpad tool man pages](doc/man.md)
28 * [Crashpad overview design](doc/overview_design.md)
29
30## Source Code
31
32Crashpad’s source code is hosted in a Git repository at
33https://chromium.googlesource.com/crashpad/crashpad.
34
35## Other Links
36
37 * Bugs can be reported at the [Crashpad issue
38 tracker](https://crashpad.chromium.org/bug/).
39 * The [Crashpad bots](https://ci.chromium.org/p/crashpad/g/main/console)
40 perform automated builds and tests.
41 * [crashpad-dev](https://groups.google.com/a/chromium.org/group/crashpad-dev)
42 is the Crashpad developers’ mailing list.