Descriptioncrashpad_database_util: Don’t create a database unless explicitly asked
I’ve accidentally created Crashpad databases when running
crashpad_database_util by mistyping the argument to --database. Typical
users of crashpad_database_util probably don’t want the database to be
created.
This adds a new --create option to crashpad_database_util that is
required to get it to create a database. If not present, a database will
not be created if it does not already exist.
TEST=crashpad_client_test CrashReportDatabaseTest.*
R=rsesek@chromium.org, scottmg@chromium.org
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/553a6434759973788b1913be2457b94aace528a1
Patch Set 1 #
Total comments: 3
Patch Set 2 : InitializeWithoutCreating() #
Total comments: 4
Patch Set 3 : databse → database #Patch Set 4 : clang-format #Patch Set 5 : For checkin #
Messages
Total messages: 10 (1 generated)
|