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

Commit 2b90ff20 authored by Pavel Maltsev's avatar Pavel Maltsev Committed by android-build-merger
Browse files

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

am: 681ec8c3

Change-Id: I24d49731fcbec3f721b304ca4e3b4a062f39abe4
parents 02b7d1bc 681ec8c3
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();