Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hwcomposer] initialize binder thread pool, add fake SurfaceFlinger service. Fixes JB#41328 #66

Merged
merged 1 commit into from Mar 15, 2018

Conversation

krnlyng
Copy link
Contributor

@krnlyng krnlyng commented Mar 14, 2018

Initialize the binder thread pool by calling the startMiniSurfaceFlinger
function from libminisf.so (part of droidmedia) if available. This
avoids that binder services which are started from hwcomposer.*.so get
stuck forever.

The function also starts the fake SurfaceFlinger service if it is not
already started. This could improve performance on certain devices.

…ervice. Fixes JB#41328

Initialize the binder thread pool by calling the startMiniSurfaceFlinger
function from libminisf.so (part of droidmedia) if available. This
avoids that binder services which are started from hwcomposer.*.so get
stuck forever.

The function also starts the fake SurfaceFlinger service if it is not
already started. This could improve performance on certain devices.
@sledges
Copy link
Contributor

sledges commented Mar 15, 2018

So this will take advantage of when sailfishos/droidmedia#33 is merged

@krnlyng krnlyng merged commit eb50a66 into mer-hybris:master Mar 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants