OSDN Git Service

Include stack traces for certain native processes in bugreport.
[android-x86/frameworks-native.git] / cmds / surfaceflinger / main_surfaceflinger.cpp
index 6dbcf5c..28e58e4 100644 (file)
@@ -21,5 +21,8 @@ using namespace android;
 
 int main(int argc, char** argv) {
     SurfaceFlinger::publishAndJoinThreadPool(true);
+    // When SF is launched in its own process, limit the number of
+    // binder threads to 4.
+    ProcessState::self()->setThreadPoolMaxThreadCount(4);
     return 0;
 }