Yavor Goulishev | 9c08e84 | 2020-04-29 14:03:33 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2015 The Crashpad Authors. All rights reserved. |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations 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 | |
| 32 | Crashpad’s source code is hosted in a Git repository at |
| 33 | https://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. |