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

Commit b936b774 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "make sure to start the binder thread pool" into jb-mr2-dev

parents 1e7298b2 0678a8c2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@
#include <sys/ioctl.h>
#include <sys/mman.h>

#include <binder/IMemory.h>
#include <binder/ProcessState.h>

#include <gui/SurfaceComposerClient.h>
#include <gui/ISurfaceComposer.h>

@@ -89,6 +90,8 @@ static status_t vinfoToPixelFormat(const fb_var_screeninfo& vinfo,

int main(int argc, char** argv)
{
    ProcessState::self()->startThreadPool();

    const char* pname = argv[0];
    bool png = false;
    int32_t displayId = DEFAULT_DISPLAY_ID;