OLD | NEW |
1 # Breakpad | 1 # Breakpad |
2 | 2 |
3 Breakpad is a set of client and server components which implement a | 3 Breakpad is a set of client and server components which implement a |
4 crash-reporting system. | 4 crash-reporting system. |
5 | 5 |
6 * [Homepage](https://chromium.googlesource.com/breakpad/breakpad/) | 6 * [Homepage](https://chromium.googlesource.com/breakpad/breakpad/) |
7 * [Documentation](https://chromium.googlesource.com/breakpad/breakpad/+/master/d
ocs/) | 7 * [Documentation](/docs/) |
8 * [Bugs](https://bugs.chromium.org/p/google-breakpad/) | 8 * [Bugs](https://bugs.chromium.org/p/google-breakpad/) |
9 * Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://group
s.google.com/d/forum/google-breakpad-discuss) | 9 * Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://group
s.google.com/d/forum/google-breakpad-discuss) |
10 * Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.googl
e.com/d/forum/google-breakpad-dev) | 10 * Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.googl
e.com/d/forum/google-breakpad-dev) |
11 * Tests: [](https://travis-ci.org/google/breakpad) | 11 * Tests: [](https://travis-ci.org/google/breakpad) |
12 * Coverage [](https://scan.coverity.com/projects/google-breakpad) | 12 * Coverage [](https://scan.coverity.com/projects/google-breakpad) |
13 | 13 |
14 ## Getting started (from master) | 14 ## Getting started (from master) |
15 | 15 |
16 1. First, [download depot_tools](http://dev.chromium.org/developers/how-tos/ins
tall-depot-tools) | 16 1. First, [download depot_tools](http://dev.chromium.org/developers/how-tos/ins
tall-depot-tools) |
17 and ensure that they're in your `PATH`. | 17 and ensure that they're in your `PATH`. |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 For linux/mac/windows, there are test targets in each project file. | 72 For linux/mac/windows, there are test targets in each project file. |
73 | 73 |
74 3. Commit your changes to your local repo and upload them to the server. | 74 3. Commit your changes to your local repo and upload them to the server. |
75 http://dev.chromium.org/developers/contributing-code | 75 http://dev.chromium.org/developers/contributing-code |
76 e.g. `git commit ... && git cl upload ...` | 76 e.g. `git commit ... && git cl upload ...` |
77 You will be prompted for credential and a description. | 77 You will be prompted for credential and a description. |
78 | 78 |
79 4. At https://codereview.chromium.org/ you'll find your issue listed; click on | 79 4. At https://codereview.chromium.org/ you'll find your issue listed; click on |
80 it, and select Publish+Mail, and enter in the code reviewer and CC | 80 it, and select Publish+Mail, and enter in the code reviewer and CC |
81 google-breakpad-dev@googlegroups.com | 81 google-breakpad-dev@googlegroups.com |
OLD | NEW |