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

Commit b18823d4 authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "Increase max system_server hwbinder threadpool to 5." into oc-dev

am: e14513c7

Change-Id: Ic56ac41fcb853d142be472a87541b0b4bb132ff5
parents b55bb708 e14513c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ static void android_server_SystemServer_startHidlServices(JNIEnv* /* env */, job

    status_t err;

    configureRpcThreadpool(1, false /* callerWillJoin */);
    configureRpcThreadpool(5, false /* callerWillJoin */);

    sp<ISensorManager> sensorService = new SensorManager();
    err = sensorService->registerAsService();