Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(7)

Issue 387003: Bits necessary to send the reports along with the minidumps.

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 12 months ago by glider
Modified:
11 years, 12 months ago
Reviewers:
Mark Mentovai
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/src/
Visibility:
Public.

Description

Bits necessary to send the reports along with the minidumps.
Currently the log file and the minidump are uploaded in two consequent requests,
thus they get different report ids and it's hard to associate them to each
other.
This CL makes the crash uploader send the minidump and the log file together in
a single multipart request, so that they have the same report id and are
accessible from the same landing page.

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M client/mac/sender/uploader.mm View 1 2 2 chunks +10 lines, -5 lines 0 comments Download
M common/mac/HTTPMultipartUpload.m View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 1
Mark Mentovai
11 years, 12 months ago #1
LGTM and landed r963.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted