Loading libs/binder/ProcessState.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,11 @@ void ProcessState::startThreadPool() { AutoMutex _l(mLock); if (!mThreadPoolStarted) { if (mMaxThreads == 0) { ALOGW("Extra binder thread started, but 0 threads requested. Do not use " "*startThreadPool when zero threads are requested."); } mThreadPoolStarted = true; spawnPooledThread(true); } Loading Loading
libs/binder/ProcessState.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,11 @@ void ProcessState::startThreadPool() { AutoMutex _l(mLock); if (!mThreadPoolStarted) { if (mMaxThreads == 0) { ALOGW("Extra binder thread started, but 0 threads requested. Do not use " "*startThreadPool when zero threads are requested."); } mThreadPoolStarted = true; spawnPooledThread(true); } Loading