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

Commit a6c74249 authored by Wonsik Kim's avatar Wonsik Kim Committed by android-build-merger
Browse files

Merge "screenrecord: ignore SIGPIPE" into pi-dev am: 9c2b764d

am: 2b008376

Change-Id: Ia00ae07562e34c29cccaf67727cea6693f6968bf
parents 7e7131e9 2b008376
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -135,6 +135,7 @@ static status_t configureSignals() {
                strerror(errno));
        return err;
    }
    signal(SIGPIPE, SIG_IGN);
    return NO_ERROR;
}