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

Issue 952413002: The tracing service sometimes creates corrupt data (Closed)

Created:
5 years, 10 months ago by abarth-chromium
Modified:
5 years, 10 months ago
Reviewers:
jamesr
CC:
Aaron Boodman, ben+mojo_chromium.org, darin (slow to review), mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

The tracing service sometimes creates corrupt data We need to use a smarter function for writing data into the data pipe because it might be full. R=jamesr@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/34a3f809c881ccf81bcde8a912431240f6b9c60f

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -12 lines) Patch
M mojo/common/data_pipe_utils.h View 1 chunk +4 lines, -0 lines 0 comments Download
M mojo/common/data_pipe_utils.cc View 1 chunk +31 lines, -0 lines 0 comments Download
M services/tracing/trace_data_sink.cc View 3 chunks +6 lines, -12 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
abarth-chromium
5 years, 10 months ago (2015-02-26 00:20:40 UTC) #1
jamesr
lgtm https://codereview.chromium.org/952413002/diff/1/services/tracing/trace_data_sink.cc File services/tracing/trace_data_sink.cc (right): https://codereview.chromium.org/952413002/diff/1/services/tracing/trace_data_sink.cc#newcode20 services/tracing/trace_data_sink.cc:20: mojo::common::BlockingCopyFromString(kStart, pipe_); since we're calling this 3 times ...
5 years, 10 months ago (2015-02-26 00:25:22 UTC) #2
abarth-chromium
https://codereview.chromium.org/952413002/diff/1/services/tracing/trace_data_sink.cc File services/tracing/trace_data_sink.cc (right): https://codereview.chromium.org/952413002/diff/1/services/tracing/trace_data_sink.cc#newcode20 services/tracing/trace_data_sink.cc:20: mojo::common::BlockingCopyFromString(kStart, pipe_); On 2015/02/26 at 00:25:22, jamesr wrote: > ...
5 years, 10 months ago (2015-02-26 02:54:12 UTC) #3
abarth-chromium
Committed patchset #1 (id:1) manually as 34a3f809c881ccf81bcde8a912431240f6b9c60f (presubmit successful).
5 years, 10 months ago (2015-02-26 17:18:27 UTC) #4
abarth-chromium
5 years, 10 months ago (2015-02-26 17:31:34 UTC) #5
Message was sent while issue was closed.
Oh man, I forgot to do the "using"

Powered by Google App Engine
This is Rietveld 408576698