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

Commit 9c0b3a30 authored by Eric Laurent's avatar Eric Laurent
Browse files

medialog: add missing call to join binder thread pool

Bug: 27816096
Change-Id: I4ec4a5bdb98a793554fc8c3cc01c2a897d11adf0
parent f17731fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -56,6 +56,7 @@ int main(int argc __unused, char **argv)
        sp<ProcessState> proc(ProcessState::self());
        sp<ProcessState> proc(ProcessState::self());
        MediaLogService::instantiate();
        MediaLogService::instantiate();
        ProcessState::self()->startThreadPool();
        ProcessState::self()->startThreadPool();
        IPCThreadState::self()->joinThreadPool();
        for (;;) {
        for (;;) {
            siginfo_t info;
            siginfo_t info;
            int ret = waitid(P_PID, childPid, &info, WEXITED | WSTOPPED | WCONTINUED);
            int ret = waitid(P_PID, childPid, &info, WEXITED | WSTOPPED | WCONTINUED);