Print local url for Observatory on iOS. (#4948)

This commit is contained in:
Ryan Macnak 2016-07-18 12:54:08 -07:00 committed by GitHub
parent 67626a29c4
commit e42be3c363

View File

@ -307,7 +307,7 @@ class IOSDevice extends Device {
return null;
}
printTrace("Successfully forwarded remote $serviceName port $remotePort to $localPort.");
printStatus('$serviceName listening on http://127.0.0.1:$localPort');
return localPort;
}