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

Side by Side Diff: tools/crashpad_database_util.ad

Issue 1023943003: crashpad_database_util: Accept --new-report=- to read a new report from standard input (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@crashpad_database_util_new_report
Patch Set: Fix Windows Created 5 years, 4 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
« no previous file with comments | « no previous file | tools/crashpad_database_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Crashpad Authors. All rights reserved. 1 // Copyright 2015 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 See also *--show-uploads-enabled*. 98 See also *--show-uploads-enabled*.
99 99
100 *--set-last-upload-attempt-time*='TIME':: 100 *--set-last-upload-attempt-time*='TIME'::
101 Set the last-upload-attempt time in the database’s settings. 'TIME' is a string 101 Set the last-upload-attempt time in the database’s settings. 'TIME' is a string
102 representation of a time, which may be in 'yyyy-mm-dd hh:mm:ss' format, a 102 representation of a time, which may be in 'yyyy-mm-dd hh:mm:ss' format, a
103 numeric +time_t+ value, or the special string +"never"+. 103 numeric +time_t+ value, or the special string +"never"+.
104 + 104 +
105 See also *--show-last-upload-attempt-time*. 105 See also *--show-last-upload-attempt-time*.
106 106
107 *--new-report*='PATH':: 107 *--new-report*='PATH'::
108 Submit a new report located at 'PATH' to the database. The new report will be in 108 Submit a new report located at 'PATH' to the database. If 'PATH' is +"-"+, the
109 the “pending” state. The UUID assigned to the new report will be printed. This 109 new report will be read from standard input. The new report will be in the
110 “pending” state. The UUID assigned to the new report will be printed. This
110 option may appear multiple times. 111 option may appear multiple times.
111 112
112 *--utc*:: 113 *--utc*::
113 When showing times, do so in UTC as opposed to the local time zone. When setting 114 When showing times, do so in UTC as opposed to the local time zone. When setting
114 times, interpret ambiguous time strings in UTC as opposed to the local time 115 times, interpret ambiguous time strings in UTC as opposed to the local time
115 zone. 116 zone.
116 117
117 *--help*:: 118 *--help*::
118 Display help and exit. 119 Display help and exit.
119 120
(...skipping 30 matching lines...) Expand all
150 Success. 151 Success.
151 152
152 *1*:: 153 *1*::
153 Failure, with a message printed to the standard error stream. 154 Failure, with a message printed to the standard error stream.
154 155
155 == See Also 156 == See Also
156 157
157 man_link:crashpad_handler[8] 158 man_link:crashpad_handler[8]
158 159
159 include::../doc/support/man_footer.ad[] 160 include::../doc/support/man_footer.ad[]
OLDNEW
« no previous file with comments | « no previous file | tools/crashpad_database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698