Chromium Code Reviews
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 : #
Messages
Total messages: 14 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||