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

Issue 144002: Fill in more fields of struct MDRawSystemInfo. (Closed)

Created:
11 years, 6 months ago by Lei Zhang
Modified:
9 years, 7 months ago
Reviewers:
agl
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fill in more fields of struct MDRawSystemInfo. BUG=none TEST=none This is code from Breakpad's /client/linux/handler/minidump_generator.cc. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=18986

Patch Set 1 #

Total comments: 21

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -6 lines) Patch
M breakpad/linux/minidump_writer.cc View 1 2 chunks +112 lines, -6 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
Lei Zhang
11 years, 6 months ago (2009-06-22 21:25:51 UTC) #1
agl
http://codereview.chromium.org/144002/diff/1/3 File breakpad/linux/minidump_writer.cc (right): http://codereview.chromium.org/144002/diff/1/3#newcode329 Line 329: static const unsigned kNumWriters = 10; Don't remove ...
11 years, 6 months ago (2009-06-22 21:37:26 UTC) #2
Lei Zhang
http://codereview.chromium.org/144002/diff/1/3 File breakpad/linux/minidump_writer.cc (right): http://codereview.chromium.org/144002/diff/1/3#newcode329 Line 329: static const unsigned kNumWriters = 10; On 2009/06/22 ...
11 years, 6 months ago (2009-06-22 23:20:46 UTC) #3
agl
LGTM http://codereview.chromium.org/144002/diff/1006/1007 File breakpad/linux/minidump_writer.cc (right): http://codereview.chromium.org/144002/diff/1006/1007#newcode646 Line 646: MD_CPU_ARCHITECTURE_AMD64; #else #error "Unknown CPU arch" <- ...
11 years, 6 months ago (2009-06-22 23:26:27 UTC) #4
Lei Zhang
11 years, 6 months ago (2009-06-22 23:29:20 UTC) #5
On 2009/06/22 23:26:27, agl wrote:
> LGTM
> 
> http://codereview.chromium.org/144002/diff/1006/1007
> File breakpad/linux/minidump_writer.cc (right):
> 
> http://codereview.chromium.org/144002/diff/1006/1007#newcode646
> Line 646: MD_CPU_ARCHITECTURE_AMD64;
> #else
> #error "Unknown CPU arch"
> 
> <- probably a good idea

Indeed. Done, tested, and committed.

Powered by Google App Engine
This is Rietveld 408576698