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

Commit e72e61c3 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

am: b18823d4

Change-Id: I7567f23415110a7f63bc5504d57ad000bfbb23f9
parents 9bd6d456 b18823d4
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();