Loading libs/binder/ProcessState.cpp +4 −0 Original line number Original line Diff line number Diff line Loading @@ -175,6 +175,10 @@ void ProcessState::childPostFork() { // the thread handler is installed // the thread handler is installed if (gProcess) { if (gProcess) { gProcess->mForked = true; gProcess->mForked = true; // "O_CLOFORK" close(gProcess->mDriverFD); gProcess->mDriverFD = -1; } } gProcessMutex.unlock(); gProcessMutex.unlock(); } } Loading Loading
libs/binder/ProcessState.cpp +4 −0 Original line number Original line Diff line number Diff line Loading @@ -175,6 +175,10 @@ void ProcessState::childPostFork() { // the thread handler is installed // the thread handler is installed if (gProcess) { if (gProcess) { gProcess->mForked = true; gProcess->mForked = true; // "O_CLOFORK" close(gProcess->mDriverFD); gProcess->mDriverFD = -1; } } gProcessMutex.unlock(); gProcessMutex.unlock(); } } Loading