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

Issue 2738373003: [Fuchsia] vmservice creates a file in /tmp named with its port. (Closed)

Created:
3 years, 9 months ago by zra
Modified:
3 years, 9 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[Fuchsia] vmservice creates a file in /tmp named with its port. This is to allow the flutter_tool to quickly query a Fuchsia device for the open vmservice ports. R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/23880407841e9d199e2b7ce8384248bb3da791a1

Patch Set 1 #

Total comments: 4

Patch Set 2 : Use sync file ops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M runtime/bin/vmservice/server.dart View 1 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
zra
3 years, 9 months ago (2017-03-10 22:00:44 UTC) #3
Cutch
LGTM w/c https://codereview.chromium.org/2738373003/diff/1/runtime/bin/vmservice/server.dart File runtime/bin/vmservice/server.dart (right): https://codereview.chromium.org/2738373003/diff/1/runtime/bin/vmservice/server.dart#newcode352 runtime/bin/vmservice/server.dart:352: new File(path)..create(recursive: true); should this be createSync ...
3 years, 9 months ago (2017-03-10 22:03:01 UTC) #4
zra
https://codereview.chromium.org/2738373003/diff/1/runtime/bin/vmservice/server.dart File runtime/bin/vmservice/server.dart (right): https://codereview.chromium.org/2738373003/diff/1/runtime/bin/vmservice/server.dart#newcode352 runtime/bin/vmservice/server.dart:352: new File(path)..create(recursive: true); On 2017/03/10 22:03:01, Cutch wrote: > ...
3 years, 9 months ago (2017-03-10 22:22:48 UTC) #5
zra
3 years, 9 months ago (2017-03-10 22:33:53 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
23880407841e9d199e2b7ce8384248bb3da791a1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698