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