Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10fdfeb7 authored by Erwin Jansen's avatar Erwin Jansen Committed by Gerrit Code Review
Browse files

Merge "Dup the correct fd for qemu pipe."

parents 2da8e3c2 4f138b2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -865,7 +865,7 @@ int Logcat::Run(int argc, char** argv) {
                        }
                    }
                    // close output and error channels, replace with console
                    dup2(fd, STDOUT_FILENO);
                    dup2(fd, output_fd_.get());
                    dup2(fd, STDERR_FILENO);
                    close(fd);
                }