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

Unified 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: 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
Index: tools/crashpad_database_util.ad
diff --git a/tools/crashpad_database_util.ad b/tools/crashpad_database_util.ad
index b4b6f2cfeb91e07aaf6fe2bfdf80918749c8f19c..1eeb7db2ee7d4b91b241a72bb0d4e90767a4085e 100644
--- a/tools/crashpad_database_util.ad
+++ b/tools/crashpad_database_util.ad
@@ -105,8 +105,9 @@ 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
+Submit a new report located at 'PATH' to the database. If 'PATH' is +"-"+, the
+new report will be read from standard input. 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*::
« no previous file with comments | « compat/win/sys/types.h ('k') | tools/crashpad_database_util.cc » ('j') | util/file/file_reader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698