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

Issue 960813004: Fix preparing log file name. (Closed)

Created:
5 years, 9 months ago by sejunho
Modified:
5 years, 6 months ago
Reviewers:
Yang
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Fix preparing log file name. Problem: Excuting with flags as "--prof --logfile-per-isolate --logfile=/path/to/filename" expected file name: /path/to/isolate-<isolate id>-filename current result: isolate-<isolate id>-/path/to/filename This patch makes the file name we expected. Committed: https://crrev.com/a6f5fca5e631b6600bd1b6efd9f2d899c1a0d023 Cr-Commit-Position: refs/heads/master@{#26955}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed comments, change variable name #

Patch Set 3 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -1 line) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M src/base/platform/platform.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/base/platform/platform-posix.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/base/platform/platform-win32.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/log.cc View 1 2 2 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 12 (3 generated)
sejunho
Hello, please take a look :)
5 years, 9 months ago (2015-03-03 05:46:18 UTC) #2
Yang
Some comments. Honestly I think the better solution, and more flexible too, is to introduce ...
5 years, 9 months ago (2015-03-03 08:36:58 UTC) #3
sejunho
https://codereview.chromium.org/960813004/diff/1/src/base/platform/platform-posix.cc File src/base/platform/platform-posix.cc (right): https://codereview.chromium.org/960813004/diff/1/src/base/platform/platform-posix.cc#newcode360 src/base/platform/platform-posix.cc:360: return (ch == '/'); On 2015/03/03 08:36:57, Yang wrote: ...
5 years, 9 months ago (2015-03-03 10:14:51 UTC) #4
Yang
On 2015/03/03 10:14:51, sejunho wrote: > https://codereview.chromium.org/960813004/diff/1/src/base/platform/platform-posix.cc > File src/base/platform/platform-posix.cc (right): > > https://codereview.chromium.org/960813004/diff/1/src/base/platform/platform-posix.cc#newcode360 > ...
5 years, 9 months ago (2015-03-03 10:22:43 UTC) #5
sejunho
On 2015/03/03 08:36:58, Yang wrote: > Honestly I think the better solution, and more flexible ...
5 years, 9 months ago (2015-03-03 10:26:41 UTC) #6
Yang
On 2015/03/03 10:26:41, sejunho wrote: > On 2015/03/03 08:36:58, Yang wrote: > > Honestly I ...
5 years, 9 months ago (2015-03-03 10:30:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/960813004/40001
5 years, 9 months ago (2015-03-03 10:34:13 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 9 months ago (2015-03-03 11:03:46 UTC) #10
commit-bot: I haz the power
5 years, 9 months ago (2015-03-03 11:03:57 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a6f5fca5e631b6600bd1b6efd9f2d899c1a0d023
Cr-Commit-Position: refs/heads/master@{#26955}

Powered by Google App Engine
This is Rietveld 408576698