Skip to content

Commit 1065826

Browse files
authored
ProxiedDevice, connection to a remotely connected device via flutter daemon. (flutter#95738)
Also allow daemon commands to pass binary streams
1 parent 94d9b02 commit 1065826

File tree

10 files changed

+2053
-258
lines changed

10 files changed

+2053
-258
lines changed

packages/flutter_tools/lib/src/commands/attach.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ known, it can be explicitly provided to attach via the command-line, e.g.
237237
final Daemon daemon = boolArg('machine')
238238
? Daemon(
239239
DaemonConnection(
240-
daemonStreams: StdioDaemonStreams(globals.stdio),
240+
daemonStreams: DaemonStreams.fromStdio(globals.stdio, logger: globals.logger),
241241
logger: globals.logger,
242242
),
243243
notifyingLogger: (globals.logger is NotifyingLogger)

0 commit comments

Comments
 (0)