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

Commit 13f460ba authored by Glenn Kasten's avatar Glenn Kasten Committed by Android Git Automerger
Browse files

am 1c6833af: Ignore SIGPIPE during write() to broken pipe

* commit '1c6833af':
  Ignore SIGPIPE during write() to broken pipe
parents 7a37c481 f1da23d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ using namespace android;

int main(int argc, char** argv)
{
    signal(SIGPIPE, SIG_IGN);
    sp<ProcessState> proc(ProcessState::self());
    sp<IServiceManager> sm = defaultServiceManager();
    ALOGI("ServiceManager: %p", sm.get());