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

Issue 6526010: Breakpad Linux: Log crashes. (Closed)

Created:
9 years, 10 months ago by Lei Zhang
Modified:
9 years, 7 months ago
Reviewers:
stuartmorgan, agl
CC:
chromium-reviews
Visibility:
Public.

Description

Breakpad Linux: Log crashes. BUG=41106 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75303

Patch Set 1 #

Patch Set 2 : also try not to use hard coded /tmp dir #

Total comments: 3

Patch Set 3 : timestamps are in seconds #

Patch Set 4 : do not write log if we cannot get the crash dump dir #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -4 lines) Patch
M chrome/app/breakpad_linux.cc View 1 2 3 4 chunks +37 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Lei Zhang
Stuart: The time stamp is in milliseconds. Is that right?
9 years, 10 months ago (2011-02-15 03:59:52 UTC) #1
agl
http://codereview.chromium.org/6526010/diff/1002/chrome/app/breakpad_linux.cc File chrome/app/breakpad_linux.cc (right): http://codereview.chromium.org/6526010/diff/1002/chrome/app/breakpad_linux.cc#newcode659 chrome/app/breakpad_linux.cc:659: FilePath tmp_path("/tmp"); We certainly can't write files like this ...
9 years, 10 months ago (2011-02-15 14:33:52 UTC) #2
stuartmorgan
On 2011/02/15 03:59:52, Lei Zhang wrote: > Stuart: The time stamp is in milliseconds. Is ...
9 years, 10 months ago (2011-02-15 15:45:14 UTC) #3
Lei Zhang
Changed timestamps to seconds. http://codereview.chromium.org/6526010/diff/1002/chrome/app/breakpad_linux.cc File chrome/app/breakpad_linux.cc (right): http://codereview.chromium.org/6526010/diff/1002/chrome/app/breakpad_linux.cc#newcode659 chrome/app/breakpad_linux.cc:659: FilePath tmp_path("/tmp"); On 2011/02/15 14:33:52, ...
9 years, 10 months ago (2011-02-15 20:29:48 UTC) #4
agl
LGTM http://codereview.chromium.org/6526010/diff/1002/chrome/app/breakpad_linux.cc File chrome/app/breakpad_linux.cc (right): http://codereview.chromium.org/6526010/diff/1002/chrome/app/breakpad_linux.cc#newcode659 chrome/app/breakpad_linux.cc:659: FilePath tmp_path("/tmp"); On 2011/02/15 20:29:48, Lei Zhang wrote: ...
9 years, 10 months ago (2011-02-15 20:34:14 UTC) #5
Lei Zhang
On 2011/02/15 20:34:14, agl wrote: > LGTM > > http://codereview.chromium.org/6526010/diff/1002/chrome/app/breakpad_linux.cc > File chrome/app/breakpad_linux.cc (right): > ...
9 years, 10 months ago (2011-02-15 21:08:25 UTC) #6
Lei Zhang
Stuart: if you can just take one more look. I'll commit this tomorrow if I ...
9 years, 10 months ago (2011-02-16 03:13:09 UTC) #7
stuartmorgan
9 years, 10 months ago (2011-02-17 19:27:58 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698