Loading cmds/statsd/src/main.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ int main(int /*argc*/, char** /*argv*/) { ps->giveThreadPoolName(); IPCThreadState::self()->disableBackgroundScheduling(true); ::android::hardware::configureRpcThreadpool(1 /*threads*/, false /*willJoin*/); ::android::hardware::configureRpcThreadpool(4 /*threads*/, false /*willJoin*/); std::shared_ptr<LogEventQueue> eventQueue = std::make_shared<LogEventQueue>(2000 /*buffer limit. Buffer is NOT pre-allocated*/); Loading Loading
cmds/statsd/src/main.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ int main(int /*argc*/, char** /*argv*/) { ps->giveThreadPoolName(); IPCThreadState::self()->disableBackgroundScheduling(true); ::android::hardware::configureRpcThreadpool(1 /*threads*/, false /*willJoin*/); ::android::hardware::configureRpcThreadpool(4 /*threads*/, false /*willJoin*/); std::shared_ptr<LogEventQueue> eventQueue = std::make_shared<LogEventQueue>(2000 /*buffer limit. Buffer is NOT pre-allocated*/); Loading