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

Issue 918743002: handler: Add crash report upload. Almost (Closed)

Created:
5 years, 10 months ago by Mark Mentovai
Modified:
5 years, 10 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

handler: Add crash report upload. Almost. Upload isn’t actually hooked up yet, but this establishes the upload thread and provides all of the plumbing to process pending reports. For the time being, SkipReportUpload() is called for all pending reports. R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/4b6d54b2e1c9f5d507ea760d09688edd108c175a

Patch Set 1 #

Total comments: 3

Patch Set 2 : Address review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+249 lines, -4 lines) Patch
M handler/handler.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M handler/mac/crash_report_exception_handler.h View 1 3 chunks +6 lines, -1 line 0 comments Download
M handler/mac/crash_report_exception_handler.cc View 2 chunks +6 lines, -2 lines 0 comments Download
A handler/mac/crash_report_upload_thread.h View 1 1 chunk +108 lines, -0 lines 0 comments Download
A handler/mac/crash_report_upload_thread.cc View 1 chunk +118 lines, -0 lines 0 comments Download
M handler/mac/main.cc View 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
Mark Mentovai
5 years, 10 months ago (2015-02-11 20:50:17 UTC) #2
Robert Sesek
Right now there isn't a lot to test, but won't the UploadThread be responsible for ...
5 years, 10 months ago (2015-02-12 01:23:38 UTC) #3
Mark Mentovai
When all is said and done, I’d like to make CrashReportUploadThread a little bit less ...
5 years, 10 months ago (2015-02-12 19:38:01 UTC) #4
Robert Sesek
LGTM On 2015/02/12 19:38:01, Mark Mentovai wrote: > When all is said and done, I’d ...
5 years, 10 months ago (2015-02-12 19:56:13 UTC) #5
Mark Mentovai
Right on with a Thread abstraction. The other thing I identified that will improve testability ...
5 years, 10 months ago (2015-02-12 20:02:55 UTC) #6
Mark Mentovai
5 years, 10 months ago (2015-02-12 20:04:03 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
4b6d54b2e1c9f5d507ea760d09688edd108c175a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698