Issue by devoncarew
Monday Oct 19, 2015 at 16:29 GMT
Originally opened as https://github.com/flutter/engine/issues/1665
The service protocol in the flutter runtime doesn't support streamListen('Stdout') or streamListen('Stderr').
These are listed as optional in the spec, but would probably be useful to have for flutter.
Right now we're getting the stdio output from adb logcat. So we wouldn't consume the streams immediately even if they were available. But I could see them as being useful if we're connecting to a VM that we didn't ourselves launch.
@johnmccutchan @turnidge @rmacnak-google