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

Issue 305473002: Add --observe flag alias (Closed)

Created:
6 years, 7 months ago by Cutch
Modified:
6 years, 7 months ago
Reviewers:
bakster, Anders Johnsen
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -18 lines) Patch
M runtime/bin/main.cc View 1 2 15 chunks +45 lines, -18 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Cutch
6 years, 7 months ago (2014-05-26 11:08:14 UTC) #1
Anders Johnsen
lgtm
6 years, 7 months ago (2014-05-27 07:24:33 UTC) #2
Cutch
Committed patchset #3 manually as r36648 (presubmit successful).
6 years, 7 months ago (2014-05-27 07:26:11 UTC) #3
bakster
6 years, 7 months ago (2014-05-27 07:34:27 UTC) #4
Message was sent while issue was closed.
lgtm

https://codereview.chromium.org/305473002/diff/40001/runtime/bin/main.cc
File runtime/bin/main.cc (right):

https://codereview.chromium.org/305473002/diff/40001/runtime/bin/main.cc#newc...
runtime/bin/main.cc:296: Log::PrintErr("unrecognized --enable-vm-service option
syntax. "
If this function is called from ProcessObserveOption and it ExtractPortAndIP
fails the error message is misleading.

https://codereview.chromium.org/305473002/diff/40001/runtime/bin/main.cc#newc...
runtime/bin/main.cc:307: ASSERT(option_value != NULL);
The assert is not needed since ProcessEnableVmServiceOption has an asset.

Powered by Google App Engine
This is Rietveld 408576698