mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Print local url for Observatory on iOS. (#4948)
This commit is contained in:
parent
67626a29c4
commit
e42be3c363
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user