Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81dfd240 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change ThreadPool to 8 to align with tuner HAL"

parents 292b896c beb70bd3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ int main() {
        CHECK(status == STATUS_OK);
    }

    ProcessState::self()->setThreadPoolMaxThreadCount(8);
    ProcessState::self()->startThreadPool();
    IPCThreadState::self()->joinThreadPool();
    return EXIT_FAILURE;  // should not reached