Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Side by Side Diff: third_party/crashpad/crashpad/README.md

Issue 2773813002: Update Crashpad to 8e37886d418dd042c3c7bfadac99214739ee4d98 (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2015 The Crashpad Authors. All rights reserved. 2 Copyright 2015 The Crashpad Authors. All rights reserved.
3 3
4 Licensed under the Apache License, Version 2.0 (the "License"); 4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with 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 6 You may obtain a copy of the License at
7 7
8 http://www.apache.org/licenses/LICENSE-2.0 8 http://www.apache.org/licenses/LICENSE-2.0
9 9
10 Unless required by applicable law or agreed to in writing, software 10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS, 11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and 13 See the License for the specific language governing permissions and
14 limitations under the License. 14 limitations under the License.
15 --> 15 -->
16 16
17 # Crashpad 17 # Crashpad
18 18
19 [Crashpad](https://crashpad.chromium.org/) is a crash-reporting system. 19 [Crashpad](https://crashpad.chromium.org/) is a crash-reporting system.
20 20
21 ## Documentation 21 ## Documentation
22 22
23 * [Project status](doc/status.md) 23 * [Project status](doc/status.md)
24 * [Developing Crashpad](doc/developing.md): instructions for getting the source 24 * [Developing Crashpad](doc/developing.md): instructions for getting the source
25 code, building, testing, and contributing to the project. 25 code, building, testing, and contributing to the project.
26 * [Crashpad interface documentation](https://crashpad.chromium.org/doxygen/) 26 * [Crashpad interface documentation](https://crashpad.chromium.org/doxygen/)
27 * [Crashpad tool man pages](doc/man.md) 27 * [Crashpad tool man pages](doc/man.md)
28 * [Crashpad overview design](doc/overview_design.md)
28 29
29 ## Source Code 30 ## Source Code
30 31
31 Crashpad’s source code is hosted in a Git repository at 32 Crashpad’s source code is hosted in a Git repository at
32 https://chromium.googlesource.com/crashpad/crashpad. 33 https://chromium.googlesource.com/crashpad/crashpad.
33 34
34 ## Other Links 35 ## Other Links
35 36
36 * Bugs can be reported at the [Crashpad issue 37 * Bugs can be reported at the [Crashpad issue
37 tracker](https://crashpad.chromium.org/bug/). 38 tracker](https://crashpad.chromium.org/bug/).
38 * The [Crashpad Buildbot](https://build.chromium.org/p/client.crashpad) 39 * The [Crashpad Buildbot](https://build.chromium.org/p/client.crashpad)
39 performs automated builds and tests. 40 performs automated builds and tests.
40 * [crashpad-dev](https://groups.google.com/a/chromium.org/group/crashpad-dev) 41 * [crashpad-dev](https://groups.google.com/a/chromium.org/group/crashpad-dev)
41 is the Crashpad developers’ mailing list. 42 is the Crashpad developers’ mailing list.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698