Commit ddfc763
Fix emulator stdout/stderr pipe inheritance in StartAvd
Redirect stdout/stderr on the emulator process so it doesn't
inherit the caller's pipes. Without this, parent processes
(e.g. VS Code spawn with stdio:'pipe') never see the 'close'
event because the emulator holds the pipes open indefinitely.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 95566bd commit ddfc763
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
| |||
0 commit comments