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

Unified Diff: tools/crashpad_database_util.ad

Issue 1018853006: crashpad_database_util: add --new-report (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@crashpad_database_util
Patch Set: Rebase Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « handler/mac/crash_report_exception_handler.cc ('k') | tools/crashpad_database_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/crashpad_database_util.ad
diff --git a/tools/crashpad_database_util.ad b/tools/crashpad_database_util.ad
index 36b7447dede52e40c41990b138e270efac03cb8c..4d4e0201a9bf375d7d7f3fa35433983575acbd71 100644
--- a/tools/crashpad_database_util.ad
+++ b/tools/crashpad_database_util.ad
@@ -49,6 +49,8 @@ parent directory of 'PATH' exists.
*--show-client-id*::
Show the client ID stored in the database’s settings. The client ID is formatted
as a UUID. The client ID is set when the database is created.
+man_link:crashpad_handler[8] retrieves the client ID and stores it in crash
+reports as they are written.
*--show-uploads-enabled*::
Show the status of the uploads-enabled bit stored in the database’s settings.
@@ -86,7 +88,8 @@ be formatted in string representation per RFC 4122 §3. All metadata for each
report found via a *--show-report* option will be shown. If 'UUID' is not found,
the string +"not found"+ will be printed. If this program is only requested to
show a single report and it is not found, it will treat this as a failure for
-the purposes of determining its exit status.
+the purposes of determining its exit status. This option may appear multiple
+times.
*--set-report-uploads-enabled*='BOOL'::
Enable or disable report upload in the database’s settings. 'BOOL' is a string
@@ -101,6 +104,11 @@ numeric +time_t+ value, or the special string +"never"+.
+
See also *--show-last-upload-attempt-time*.
+*--new-report*='PATH'::
+Submit a new report located at 'PATH' to the database. The new report will be in
+the “pending” state. The UUID assigned to the new report will be printed. This
+option may appear multiple times.
+
*--utc*::
When showing times, do so in UTC as opposed to the local time zone. When setting
times, interpret ambiguous time strings in UTC as opposed to the local time
« no previous file with comments | « handler/mac/crash_report_exception_handler.cc ('k') | tools/crashpad_database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698