Fix preparing log file name.
authorsejunho <sejunho@gmail.com>
Tue, 3 Mar 2015 11:03:41 +0000 (03:03 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 3 Mar 2015 11:03:49 +0000 (11:03 +0000)
commita6f5fca5e631b6600bd1b6efd9f2d899c1a0d023
tree86e21e7848715687c295851baa40b09fc0ec96ee
parent7611aace3e7bf6a3a25deb899ff2dc3bab1a8e66
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.

Review URL: https://codereview.chromium.org/960813004

Cr-Commit-Position: refs/heads/master@{#26955}
AUTHORS
src/base/platform/platform-posix.cc
src/base/platform/platform-win32.cc
src/base/platform/platform.h
src/log.cc