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

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

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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
« no previous file with comments | « third_party/crashpad/crashpad/DEPS ('k') | third_party/crashpad/crashpad/build/crashpad.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
29 ## Source Code
30
31 Crashpad’s source code is hosted in a Git repository at
32 https://chromium.googlesource.com/crashpad/crashpad.
33
34 ## Other Links
35
36 * Bugs can be reported at the [Crashpad issue
37 tracker](https://crashpad.chromium.org/bug/).
38 * The [Crashpad Buildbot](https://build.chromium.org/p/client.crashpad)
39 performs automated builds and tests.
40 * [crashpad-dev](https://groups.google.com/a/chromium.org/group/crashpad-dev)
41 is the Crashpad developers’ mailing list.
OLDNEW
« no previous file with comments | « third_party/crashpad/crashpad/DEPS ('k') | third_party/crashpad/crashpad/build/crashpad.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698