Loading libs/binder/IPCThreadState.cpp +6 −2 Original line number Diff line number Diff line Loading @@ -853,8 +853,12 @@ status_t IPCThreadState::handlePolledCommands() void IPCThreadState::stopProcess(bool /*immediate*/) { ALOGI("IPCThreadState::stopProcess() (deprecated) called. Exiting process."); exit(0); //ALOGI("**** STOPPING PROCESS"); (void)flushCommands(); int fd = mProcess->mDriverFD; mProcess->mDriverFD = -1; close(fd); //kill(getpid(), SIGKILL); } status_t IPCThreadState::transact(int32_t handle, Loading Loading
libs/binder/IPCThreadState.cpp +6 −2 Original line number Diff line number Diff line Loading @@ -853,8 +853,12 @@ status_t IPCThreadState::handlePolledCommands() void IPCThreadState::stopProcess(bool /*immediate*/) { ALOGI("IPCThreadState::stopProcess() (deprecated) called. Exiting process."); exit(0); //ALOGI("**** STOPPING PROCESS"); (void)flushCommands(); int fd = mProcess->mDriverFD; mProcess->mDriverFD = -1; close(fd); //kill(getpid(), SIGKILL); } status_t IPCThreadState::transact(int32_t handle, Loading