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

Issue 1001993002: CrashpadClient::StartHandler(): accept database, url, and annotations arguments (Closed)

Created:
5 years, 9 months ago by Mark Mentovai
Modified:
5 years, 9 months ago
Reviewers:
Robert Sesek
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

CrashpadClient::StartHandler(): accept database, url, and annotations arguments. This makes it easier for clients to start the Crashpad handler, instead of requiring them to know how to construct arguments for the handler themselves. Note in the TEST that -a is no longer required. TEST=run_with_crashpad --handler crashpad_handler \ --database=/tmp/crashpad_db \ --url=https://clients2.google.com/cr/staging_report \ --annotation=prod=crashpad \ --annotation=ver=0.7.0 \ crashy_program R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/29cdc74579cbaddaa4200c8eb16965bc29a441f1

Patch Set 1 #

Total comments: 4

Patch Set 2 : Make SplitString() take a delimiter argument #

Patch Set 3 : 80 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -53 lines) Patch
M client/crashpad_client.h View 2 chunks +16 lines, -4 lines 0 comments Download
M client/crashpad_client_mac.cc View 3 chunks +55 lines, -21 lines 0 comments Download
M handler/mac/main.cc View 1 2 3 chunks +3 lines, -14 lines 0 comments Download
M tools/mac/run_with_crashpad.cc View 1 8 chunks +61 lines, -14 lines 0 comments Download
M tools/tools.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A util/string/split_string.h View 1 1 chunk +41 lines, -0 lines 0 comments Download
A util/string/split_string.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download
A util/string/split_string_test.cc View 1 1 chunk +63 lines, -0 lines 0 comments Download
M util/util.gyp View 1 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Mark Mentovai
5 years, 9 months ago (2015-03-12 16:58:48 UTC) #2
Robert Sesek
https://codereview.chromium.org/1001993002/diff/1/handler/mac/main.cc File handler/mac/main.cc (right): https://codereview.chromium.org/1001993002/diff/1/handler/mac/main.cc#newcode48 handler/mac/main.cc:48: " --url=URL send crash reports to the Breakpad server ...
5 years, 9 months ago (2015-03-12 18:01:09 UTC) #3
Mark Mentovai
Thanks, I made SplitString() more generic. https://codereview.chromium.org/1001993002/diff/1/handler/mac/main.cc File handler/mac/main.cc (right): https://codereview.chromium.org/1001993002/diff/1/handler/mac/main.cc#newcode48 handler/mac/main.cc:48: " --url=URL send ...
5 years, 9 months ago (2015-03-12 18:14:04 UTC) #4
Robert Sesek
LGTM
5 years, 9 months ago (2015-03-12 18:26:36 UTC) #5
Mark Mentovai
5 years, 9 months ago (2015-03-12 18:28:23 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
29cdc74579cbaddaa4200c8eb16965bc29a441f1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698