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

Side by Side Diff: third_party/crashpad/crashpad/handler/crashpad_handler.md

Issue 2710663006: Update Crashpad to 4a2043ea65e2641ef1a921801c0aaa15ada02fc7 (Closed)
Patch Set: Update Crashpad to 4a2043ea65e2 Created 3 years, 10 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 2014 The Crashpad Authors. All rights reserved. 2 Copyright 2014 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
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 this tool is started by launchd(8) as a result of a message being sent to a 137 this tool is started by launchd(8) as a result of a message being sent to a
138 service declared in a job’s `MachServices` dictionary (see launchd.plist(5)). 138 service declared in a job’s `MachServices` dictionary (see launchd.plist(5)).
139 The service name may also be completely unknown to the system. 139 The service name may also be completely unknown to the system.
140 140
141 * **--no-rate-limit** 141 * **--no-rate-limit**
142 142
143 Do not rate limit the upload of crash reports. By default uploads are 143 Do not rate limit the upload of crash reports. By default uploads are
144 throttled to one per hour. Using this option disables that behavior, and 144 throttled to one per hour. Using this option disables that behavior, and
145 Crashpad will attempt to upload all captured reports. 145 Crashpad will attempt to upload all captured reports.
146 146
147 * **--no-upload-gzip**
148
149 Do not use `gzip` compression for uploaded crash reports. Normally, the
150 entire request body is compressed into a `gzip` stream and transmitted with
151 `Content-Encoding: gzip`. This option disables compression, and is intended
152 for use with collection servers that don’t accept uploads compressed in this
153 way.
154
147 * **--pipe-name**=_PIPE_ 155 * **--pipe-name**=_PIPE_
148 156
149 Listen on the given pipe name for connections from clients. _PIPE_ must be of 157 Listen on the given pipe name for connections from clients. _PIPE_ must be of
150 the form `\\.\pipe\<somename>`. Either this option or 158 the form `\\.\pipe\<somename>`. Either this option or
151 **--initial-client-data**, but not both, is required. This option is only 159 **--initial-client-data**, but not both, is required. This option is only
152 valid on Windows. 160 valid on Windows.
153 161
154 When this option is present, the server creates a named pipe at _PIPE_, a 162 When this option is present, the server creates a named pipe at _PIPE_, a
155 name known to both the server and its clients. The server continues running 163 name known to both the server and its clients. The server continues running
156 even after all clients have exited. 164 even after all clients have exited.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 you may not use this file except in compliance with the License. 221 you may not use this file except in compliance with the License.
214 You may obtain a copy of the License at 222 You may obtain a copy of the License at
215 223
216 http://www.apache.org/licenses/LICENSE-2.0 224 http://www.apache.org/licenses/LICENSE-2.0
217 225
218 Unless required by applicable law or agreed to in writing, software 226 Unless required by applicable law or agreed to in writing, software
219 distributed under the License is distributed on an “AS IS” BASIS, 227 distributed under the License is distributed on an “AS IS” BASIS,
220 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 228 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
221 See the License for the specific language governing permissions and 229 See the License for the specific language governing permissions and
222 limitations under the License. 230 limitations under the License.
OLDNEW
« no previous file with comments | « third_party/crashpad/crashpad/handler/crash_report_upload_thread.cc ('k') | third_party/crashpad/crashpad/handler/handler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698