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

Issue 452003: Restore dump path setting functionality to Linux ExceptionHandler (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by Ted Mielczarek
Modified:
11 years, 7 months ago
Reviewers:
digit, jcivelli
CC:
google-breakpad-dev_googlegroups.com
Visibility:
Public.

Description

The changes in r1007 removed the dump_path/set_dump_path methods from
ExceptionHandler. Unfortunately we use those in Mozilla code. This patch adds an
ExceptionHandler::set_minidump_descriptor method, and also a
MinidumpDescriptor::directory method to restore this functionality. The const
changes on MinidumpDescriptor were not my favorite, but I don't see a better way
to make this work (and I have no idea why they were there in the first place).

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated per review #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/linux/handler/exception_handler.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/client/linux/handler/exception_handler_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/client/linux/handler/minidump_descriptor.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M src/client/linux/handler/minidump_descriptor.h View 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 4
Ted Mielczarek
11 years, 7 months ago #1
digit
http://breakpad.appspot.com/452003/diff/1/src/client/linux/handler/minidump_descriptor.cc File src/client/linux/handler/minidump_descriptor.cc (right): http://breakpad.appspot.com/452003/diff/1/src/client/linux/handler/minidump_descriptor.cc#newcode55 src/client/linux/handler/minidump_descriptor.cc:55: c_path_ = NULL; Would it make sense to call ...
11 years, 7 months ago #2
Ted Mielczarek
11 years, 7 months ago #3
digit
11 years, 7 months ago #4
lgtm
Sign in to reply to this message.

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