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

Unified Diff: tools/crashpad_database_util.ad

Issue 1395653002: crashpad_database_util: Don’t create a database unless explicitly asked (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: For checkin Created 5 years, 2 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/main.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 1eeb7db2ee7d4b91b241a72bb0d4e90767a4085e..78107ee3b35b4027d526a3604d35fc20745d02f8 100644
--- a/tools/crashpad_database_util.ad
+++ b/tools/crashpad_database_util.ad
@@ -41,10 +41,13 @@ client library. This tool exists to allow developers to manipulate a Crashpad
database.
== Options
+*--create*::
+Creates the database identified by *--database* if it does not exist, provided
+that the parent directory of 'PATH' exists.
+
*-d*, *--database*='PATH'::
Use 'PATH' as the path to the Crashpad crash report database. This option is
-required. If the database does not exist, it will be created, provided that the
-parent directory of 'PATH' exists.
+required. The database must already exist unless *--create* is also specified.
*--show-client-id*::
Show the client ID stored in the database’s settings. The client ID is formatted
« no previous file with comments | « handler/main.cc ('k') | tools/crashpad_database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698