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

Issue 744002: In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the dump file (Closed)

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

Description

In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the
dump file.

The std::string dumpFilename already contains the full pathname to the dump
file.  Appending it to the dumpDirAsNSString creates a string with the path
portion duplicated, e.g.: 

/var/mobile/Applications/516BE756-DFD4-4F9B-85D5-85966B0038F7/Library/Caches/Breakpad/var/mobile/Applications/516BE756-DFD4-4F9B-85D5-85966B0038F7/Library/Caches/Breakpad/0A406D28-437D-48EE-9989-23F7F871818E.dmp

Instead of this:

/var/mobile/Applications/516BE756-DFD4-4F9B-85D5-85966B0038F7/Library/Caches/Breakpad/0A406D28-437D-48EE-9989-23F7F871818E.dmp

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/ios/Breakpad.mm View 1 chunk +2 lines, -2 lines 3 comments Download

Messages

Total messages: 13
Akiva
I just re-read the README which contains the instructions for making changes to the Breakpad ...
11 years ago #1
Akiva
Added thestig and markus as reviewers. Feel free to recommend other reviewers instead.
11 years ago #2
Lei Zhang (chromium)
Deferring to qsr@
11 years ago #3
markus
https://breakpad.appspot.com/744002/diff/1/src/client/ios/Breakpad.mm File src/client/ios/Breakpad.mm (right): https://breakpad.appspot.com/744002/diff/1/src/client/ios/Breakpad.mm#newcode514 src/client/ios/Breakpad.mm:514: I suspect, I am not the best reviewer, as ...
11 years ago #4
Akiva
https://breakpad.appspot.com/744002/diff/1/src/client/ios/Breakpad.mm File src/client/ios/Breakpad.mm (right): https://breakpad.appspot.com/744002/diff/1/src/client/ios/Breakpad.mm#newcode514 src/client/ios/Breakpad.mm:514: Line 490: the path to the dump directory is ...
11 years ago #5
markus
https://breakpad.appspot.com/744002/diff/1/src/client/ios/Breakpad.mm File src/client/ios/Breakpad.mm (right): https://breakpad.appspot.com/744002/diff/1/src/client/ios/Breakpad.mm#newcode514 src/client/ios/Breakpad.mm:514: Thank you. That explanation makes a lot of sense ...
11 years ago #6
Akiva
I picked you randomly as a reviewer. Although I think this code change is necessary, ...
11 years ago #7
Lei Zhang (chromium)
On 2013/11/15 09:29:43, Akiva wrote: > I picked you randomly as a reviewer. Although I ...
11 years ago #8
aurisanchez2
11 years ago #9
Akiva
On 2013/11/16 10:18:37, aurisanchez2 wrote: Guys (gsr, aurisanchez2, etc.), Can we get some movement on ...
11 years ago #10
qsr
LGTM (Sorry, was OoO)
10 years, 12 months ago #11
Akiva
On 2013/11/25 16:32:19, qsr wrote: > LGTM (Sorry, was OoO) Good to hear. What is ...
10 years, 12 months ago #12
qsr
10 years, 12 months ago #13
On 2013/11/26 10:30:58, Akiva wrote:
> On 2013/11/25 16:32:19, qsr wrote:
> > LGTM (Sorry, was OoO)
> 
> Good to hear.  What is the procedure to get it committed?

 Just did it for you. I cannot close the review though, you will have to do it
yourself.
Sign in to reply to this message.

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