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

Side by Side Diff: handler/crashpad_handler.ad

Issue 1563683002: Allow disabling upload rate-limiting (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: docs Created 4 years, 11 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 // Copyright 2014 The Crashpad Authors. All rights reserved. 1 // Copyright 2014 The Crashpad Authors. All rights reserved.
2 // 2 //
3 // Licensed under the Apache License, Version 2.0 (the "License"); 3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License. 4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at 5 // You may obtain a copy of the License at
6 // 6 //
7 // http://www.apache.org/licenses/LICENSE-2.0 7 // http://www.apache.org/licenses/LICENSE-2.0
8 // 8 //
9 // Unless required by applicable law or agreed to in writing, software 9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS, 10 // distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 process. This option is only valid on OS X. Use of this option is discouraged. 133 process. This option is only valid on OS X. Use of this option is discouraged.
134 It should not be used absent extraordinary circumstances. 134 It should not be used absent extraordinary circumstances.
135 135
136 *--url*='URL':: 136 *--url*='URL'::
137 If uploads are enabled, sends crash reports to the Breakpad-type crash report 137 If uploads are enabled, sends crash reports to the Breakpad-type crash report
138 collection server at 'URL'. Uploads are disabled by default, and can only be 138 collection server at 'URL'. Uploads are disabled by default, and can only be
139 enabled for a database by a Crashpad client using the Crashpad client library, 139 enabled for a database by a Crashpad client using the Crashpad client library,
140 typically in response to a user requesting this behavior. If this option is not 140 typically in response to a user requesting this behavior. If this option is not
141 specified, this program will behave as if uploads are disabled. 141 specified, this program will behave as if uploads are disabled.
142 142
143 *--no-rate-limit*::
Mark Mentovai 2016/01/06 15:52:41 It was intended that these arguments be sorted, bu
scottmg 2016/01/06 17:48:11 Done.
144 Do not rate limit the upload of crash reports. By default uploads are throttled
145 to one per hour. Using this option disables that behavior, and Crashpad will
146 attempt to upload all captured reports.
147
143 *--help*:: 148 *--help*::
144 Display help and exit. 149 Display help and exit.
145 150
146 *--version*:: 151 *--version*::
147 Output version information and exit. 152 Output version information and exit.
148 153
149 == Exit Status 154 == Exit Status
150 155
151 *0*:: 156 *0*::
152 Success. 157 Success.
153 158
154 *1*:: 159 *1*::
155 Failure, with a message printed to the standard error stream. 160 Failure, with a message printed to the standard error stream.
156 161
157 == See Also 162 == See Also
158 163
159 man_link:catch_exception_tool[1], 164 man_link:catch_exception_tool[1],
160 man_link:crashpad_database_util[1], 165 man_link:crashpad_database_util[1],
161 man_link:generate_dump[1], 166 man_link:generate_dump[1],
162 man_link:run_with_crashpad[1] 167 man_link:run_with_crashpad[1]
163 168
164 include::../doc/support/man_footer.ad[] 169 include::../doc/support/man_footer.ad[]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698