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

Issue 3398011: AU: Mix stdout and stderr together in the logs. (Closed)

Created:
10 years, 3 months ago by Kenneth Waters
Modified:
9 years, 7 months ago
Reviewers:
adlr
CC:
chromium-os-reviews_chromium.org, petkov, adlr
Visibility:
Public.

Description

AU: Mix stdout and stderr together in the logs. BUG=none TEST=Updated on tegra2_dev-board Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=a7fcafa

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -7 lines) Patch
M subprocess.h View 1 chunk +4 lines, -0 lines 0 comments Download
M subprocess.cc View 3 chunks +9 lines, -7 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Kenneth Waters
10 years, 3 months ago (2010-09-17 20:04:30 UTC) #1
Kenneth Waters
http://codereview.chromium.org/3398011/diff/1/2 File subprocess.cc (right): http://codereview.chromium.org/3398011/diff/1/2#newcode147 subprocess.cc:147: LOG(INFO) << "Subprocess output:\n" << child_stdout; Do we need ...
10 years, 3 months ago (2010-09-17 20:08:28 UTC) #2
adlr
10 years, 3 months ago (2010-09-17 20:16:27 UTC) #3
LGTM

http://codereview.chromium.org/3398011/diff/1/2
File subprocess.cc (right):

http://codereview.chromium.org/3398011/diff/1/2#newcode147
subprocess.cc:147: LOG(INFO) << "Subprocess output:\n" << child_stdout;
On 2010/09/17 20:08:28, Kenneth Waters wrote:
> Do we need to call "g_free(child_stdout)" here ?

ask valgrind?

Powered by Google App Engine
This is Rietveld 408576698