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

Commit fcfe1565 authored by Jeff Tinker's avatar Jeff Tinker Committed by android-build-merger
Browse files

Merge "Fix SIGPIPE errors from drmserver" into nyc-dev am: 30ecc7a6

am: a1176a1e

* commit 'a1176a1e':
  Fix SIGPIPE errors from drmserver

Change-Id: I47d14c8fa6495537ef9c782414c391ee12c232bb
parents cb593d38 a1176a1e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ using namespace android;

int main()
{
    signal(SIGPIPE, SIG_IGN);

    sp<ProcessState> proc(ProcessState::self());
    sp<IServiceManager> sm = defaultServiceManager();
    ALOGV("ServiceManager: %p", sm.get());