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

* commit 'b936b7748de030872e5f4fdc470e6bca66b557bc':
  make sure to start the binder thread pool
This commit is contained in:
Mathias Agopian
2013-03-20 21:07:49 +00:00
committed by Android Git Automerger

View File

@@ -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;