universal7885: fm-aidl: increase threadpool count

This commit is contained in:
roynatech2544 2022-10-22 23:02:10 +09:00
commit dd4e9fb547

View file

@ -31,7 +31,7 @@ template <class C> static void registerAsService(std::shared_ptr<C> service, con
}
int main() {
ABinderProcess_setThreadPoolMaxThreadCount(3);
ABinderProcess_setThreadPoolMaxThreadCount(8);
registerAsService(ndk::SharedRefBase::make<FMSupport>(), "support");
registerAsService(ndk::SharedRefBase::make<FMDevControl>(), "default");