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

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

Merge "Increase thread pool for VHAL 2.1" into oc-mr1-dev

parents 8813c2b4 d4ffeb71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ int main(int /* argc */, char* /* argv */ []) {

    Vehicle_V2_1 vehicle21(vehicleManager.get());

    configureRpcThreadpool(1, true /* callerWillJoin */);
    configureRpcThreadpool(4, true /* callerWillJoin */);

    ALOGI("Registering as service...");
    status_t status = vehicle21.registerAsService();