Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
stream scrcpy output to stdout and stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Aug 27, 2020
1 parent 54a53d6 commit b77c0a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guiscrcpy/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,8 @@ def start_act(self):
if not self.debug__no_scrcpy:
# for debugging purposes, its important to not start scrcpy
# every time
self.scrcpy.start(self.scrcpy.path, arguments_scrcpy)
self.scrcpy.start(arguments_scrcpy, stdout=sys.stdout,
stderr=sys.stderr)
progress = self.progress(progress)

# ====================================================================
Expand Down

0 comments on commit b77c0a3

Please sign in to comment.