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

Issue 6517001: crash-reporter: Use standard logging and new libchromeos Process code (Closed)

Created:
9 years, 10 months ago by kmixter1
Modified:
9 years, 7 months ago
Reviewers:
petkov
CC:
chromium-os-reviews_chromium.org, Michael Krebs
Visibility:
Public.

Description

crash-reporter: Use standard logging and new libchromeos Process code Change-Id: Ie085d61d4d79c0df38e51debaa044d701a860c89 BUG=none TEST=unit tests / UserCrash / CrashSender Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=ef853af

Patch Set 1 #

Patch Set 2 : fix bug #

Patch Set 3 : sync #

Total comments: 1

Patch Set 4 : change interface #

Patch Set 5 : respond to rginda #

Patch Set 6 : Fix weird kernel context #

Total comments: 2

Patch Set 7 : More comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -581 lines) Patch
M Makefile View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M crash_collector.h View 4 chunks +2 lines, -10 lines 0 comments Download
M crash_collector.cc View 1 2 3 10 chunks +22 lines, -83 lines 0 comments Download
M crash_collector_test.cc View 1 2 3 8 chunks +13 lines, -93 lines 0 comments Download
M crash_reporter.cc View 1 2 3 4 5 6 5 chunks +30 lines, -17 lines 0 comments Download
M kernel_collector.cc View 7 chunks +11 lines, -15 lines 0 comments Download
M kernel_collector_test.cc View 1 2 3 10 chunks +19 lines, -21 lines 0 comments Download
D system_logging.h View 1 chunk +0 lines, -45 lines 0 comments Download
D system_logging.cc View 1 chunk +0 lines, -55 lines 0 comments Download
D system_logging_mock.h View 1 chunk +0 lines, -31 lines 0 comments Download
D system_logging_mock.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D test_helpers.h View 1 chunk +0 lines, -18 lines 0 comments Download
M unclean_shutdown_collector.cc View 6 chunks +10 lines, -11 lines 0 comments Download
M unclean_shutdown_collector_test.cc View 1 2 3 10 chunks +12 lines, -14 lines 0 comments Download
M user_collector.h View 1 chunk +0 lines, -1 line 0 comments Download
M user_collector.cc View 1 2 3 19 chunks +54 lines, -59 lines 0 comments Download
M user_collector_test.cc View 1 2 3 11 chunks +37 lines, -63 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kmixter1
9 years, 10 months ago (2011-02-25 03:18:22 UTC) #1
petkov
LGTM but submit the ebuild dependency first if needed. http://codereview.chromium.org/6517001/diff/8001/Makefile File Makefile (right): http://codereview.chromium.org/6517001/diff/8001/Makefile#newcode22 Makefile:22: ...
9 years, 9 months ago (2011-02-25 19:28:34 UTC) #2
kmixter1
PTAL - look at the change for 5->6. It's neat.
9 years, 9 months ago (2011-03-02 12:04:20 UTC) #3
petkov
http://codereview.chromium.org/6517001/diff/14001/crash_reporter.cc File crash_reporter.cc (right): http://codereview.chromium.org/6517001/diff/14001/crash_reporter.cc#newcode192 crash_reporter.cc:192: close(new_fd); how does this work? don't you need to ...
9 years, 9 months ago (2011-03-02 17:53:20 UTC) #4
kmixter1
http://codereview.chromium.org/6517001/diff/14001/crash_reporter.cc File crash_reporter.cc (right): http://codereview.chromium.org/6517001/diff/14001/crash_reporter.cc#newcode192 crash_reporter.cc:192: close(new_fd); On 2011/03/02 17:53:20, petkov wrote: > how does ...
9 years, 9 months ago (2011-03-02 19:08:58 UTC) #5
petkov
9 years, 9 months ago (2011-03-02 19:16:05 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698