mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Increase thread pool for VHAL 2.1
Fixes: 36510399 Test: runtest -x packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/E2ePerformanceTest.java Change-Id: Id5638f63c6ff23bb78675fa07a2f3922bb7e3d73
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user