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

Commit 681ec8c3 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

Change-Id: I29e6988539b95c24fc309f5ca5f166b8c8fd4702
parents c5d0948a b96a339f
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();