mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: fm-aidl: increase threadpool count
This commit is contained in:
parent
b5a6677f60
commit
dd4e9fb547
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue