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

Issue 3040013: Start invoking core2md to implement full system crash reporting (Closed)

Created:
10 years, 5 months ago by kmixter1
Modified:
9 years, 7 months ago
Reviewers:
petkov
CC:
chromium-os-reviews_chromium.org
Base URL:
ssh://git@chromiumos-git//crash-reporter.git
Visibility:
Public.

Description

Start invoking core2md to implement full system crash reporting BUG=4741

Patch Set 1 #

Total comments: 46

Patch Set 2 : Remove unnecessary message and fix bug with core files #

Patch Set 3 : Respond to reviews #

Patch Set 4 : Refactor GenerateDiagnostics #

Total comments: 1

Patch Set 5 : Replace all STREQ macros #

Unified diffs Side-by-side diffs Delta from patch set Stats (+676 lines, -49 lines) Patch
M Makefile View 1 chunk +1 line, -1 line 0 comments Download
M crash_reporter.cc View 1 2 6 chunks +15 lines, -12 lines 0 comments Download
M crash_sender View 1 5 chunks +13 lines, -10 lines 0 comments Download
M system_logging.h View 2 chunks +3 lines, -3 lines 0 comments Download
M system_logging_mock.h View 2 chunks +3 lines, -3 lines 0 comments Download
M user_collector.h View 1 2 3 4 chunks +69 lines, -8 lines 0 comments Download
M user_collector.cc View 1 2 3 6 chunks +352 lines, -5 lines 0 comments Download
M user_collector_test.cc View 1 2 3 4 6 chunks +220 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kmixter1
10 years, 5 months ago (2010-07-22 01:05:17 UTC) #1
petkov
One pass... One potential issue with scoped_ptr/scoped_array, mostly style nits otherwise. http://codereview.chromium.org/3040013/diff/1/3 File crash_reporter.cc (right): ...
10 years, 5 months ago (2010-07-22 05:35:51 UTC) #2
kmixter1
PTAL - addressed all comments. http://codereview.chromium.org/3040013/diff/1/3 File crash_reporter.cc (right): http://codereview.chromium.org/3040013/diff/1/3#newcode112 crash_reporter.cc:112: true); On 2010/07/22 05:35:51, ...
10 years, 5 months ago (2010-07-22 23:12:55 UTC) #3
petkov
10 years, 5 months ago (2010-07-22 23:57:33 UTC) #4
LGTM

http://codereview.chromium.org/3040013/diff/4002/10008
File user_collector_test.cc (right):

http://codereview.chromium.org/3040013/diff/4002/10008#newcode105
user_collector_test.cc:105: ASSERT_STREQ("/proc/100", path.value().c_str());
I think that ASSERT_EQ would work in this case too (no c_str()).

Powered by Google App Engine
This is Rietveld 408576698