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

Issue 10890015: [Linux] Add field trial tuples to breakpad crash reports. (Closed)

Created:
8 years, 3 months ago by Alexei Svitkine (slow)
Modified:
8 years, 3 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews, finch-team_google.com
Visibility:
Public.

Description

[Linux] Add field trial tuples to breakpad crash reports. This is the Linux side of the following changes: Windows: http://codereview.chromium.org/9432033 Mac: https://chromiumcodereview.appspot.com/10661057 Also cleans up some surrounding code: - Change strncpy() calls to safer base::strlcpy(). - No need to NULL terminate after snprintf(), which does that already. - Use arraysize() throughout. - No need to call strlen() just to check if a string is empty. BUG=145323 TEST=Linux crash reports show experiment chunks. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154190

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -47 lines) Patch
M chrome/app/breakpad_linux.cc View 1 2 3 4 chunks +25 lines, -6 lines 0 comments Download
M chrome/common/child_process_logging.h View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/child_process_logging_mac.mm View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/child_process_logging_posix.cc View 1 2 3 6 chunks +52 lines, -35 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Alexei Svitkine (slow)
8 years, 3 months ago (2012-08-28 21:11:04 UTC) #1
Lei Zhang
http://codereview.chromium.org/10890015/diff/1008/chrome/common/child_process_logging.h File chrome/common/child_process_logging.h (right): http://codereview.chromium.org/10890015/diff/1008/chrome/common/child_process_logging.h#newcode65 chrome/common/child_process_logging.h:65: extern char g_num_variations[]; nit: move this up one line ...
8 years, 3 months ago (2012-08-28 23:10:22 UTC) #2
Alexei Svitkine (slow)
http://codereview.chromium.org/10890015/diff/1008/chrome/common/child_process_logging.h File chrome/common/child_process_logging.h (right): http://codereview.chromium.org/10890015/diff/1008/chrome/common/child_process_logging.h#newcode65 chrome/common/child_process_logging.h:65: extern char g_num_variations[]; On 2012/08/28 23:10:22, Lei Zhang wrote: ...
8 years, 3 months ago (2012-08-29 14:05:25 UTC) #3
Lei Zhang
http://codereview.chromium.org/10890015/diff/2004/chrome/common/child_process_logging_posix.cc File chrome/common/child_process_logging_posix.cc (right): http://codereview.chromium.org/10890015/diff/2004/chrome/common/child_process_logging_posix.cc#newcode151 chrome/common/child_process_logging_posix.cc:151: std::min<size_t>(chunks.size(), kMaxReportedVariationChunks); On 2012/08/29 14:05:25, Alexei Svitkine wrote: > ...
8 years, 3 months ago (2012-08-29 18:33:13 UTC) #4
Alexei Svitkine (slow)
http://codereview.chromium.org/10890015/diff/2004/chrome/common/child_process_logging_posix.cc File chrome/common/child_process_logging_posix.cc (right): http://codereview.chromium.org/10890015/diff/2004/chrome/common/child_process_logging_posix.cc#newcode151 chrome/common/child_process_logging_posix.cc:151: std::min<size_t>(chunks.size(), kMaxReportedVariationChunks); On 2012/08/29 18:33:13, Lei Zhang wrote: > ...
8 years, 3 months ago (2012-08-29 18:41:25 UTC) #5
Lei Zhang
On 2012/08/29 18:41:25, Alexei Svitkine wrote: > http://codereview.chromium.org/10890015/diff/2004/chrome/common/child_process_logging_posix.cc > File chrome/common/child_process_logging_posix.cc (right): > > http://codereview.chromium.org/10890015/diff/2004/chrome/common/child_process_logging_posix.cc#newcode151 ...
8 years, 3 months ago (2012-08-29 18:43:46 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/10890015/3008
8 years, 3 months ago (2012-08-29 20:49:37 UTC) #7
commit-bot: I haz the power
Try job failure for 10890015-3008 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 3 months ago (2012-08-29 23:53:37 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/10890015/3008
8 years, 3 months ago (2012-08-30 03:33:49 UTC) #9
commit-bot: I haz the power
Try job failure for 10890015-3008 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-08-30 05:12:19 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/10890015/3008
8 years, 3 months ago (2012-08-30 13:05:39 UTC) #11
commit-bot: I haz the power
Try job failure for 10890015-3008 (retry) on linux_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 3 months ago (2012-08-30 15:05:55 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/10890015/3008
8 years, 3 months ago (2012-08-30 15:11:30 UTC) #13
commit-bot: I haz the power
8 years, 3 months ago (2012-08-30 17:37:15 UTC) #14
Change committed as 154190

Powered by Google App Engine
This is Rietveld 408576698