summaryrefslogtreecommitdiffstats
path: root/include/binder
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-04-19 17:31:53 -0700
committerMathias Agopian <mathias@google.com>2012-04-19 17:32:03 -0700
commit64a1e08b86d72cb375f9dfdf4eb6307f71817350 (patch)
treeed3cdc1483a0e66d139d29335be06cd8b3e828f0 /include/binder
parent4a8111bc8c7e659164f75dcfe9efcd33582f3669 (diff)
downloadframeworks_native-64a1e08b86d72cb375f9dfdf4eb6307f71817350.zip
frameworks_native-64a1e08b86d72cb375f9dfdf4eb6307f71817350.tar.gz
frameworks_native-64a1e08b86d72cb375f9dfdf4eb6307f71817350.tar.bz2
SF doesn't need more than a few binder threads
Change-Id: Ic4659fb81f9990cc7caf84a496a8ae659a1d16a9
Diffstat (limited to 'include/binder')
-rw-r--r--include/binder/BinderService.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/binder/BinderService.h b/include/binder/BinderService.h
index ca594d3..6460268 100644
--- a/include/binder/BinderService.h
+++ b/include/binder/BinderService.h
@@ -40,7 +40,6 @@ public:
}
static void publishAndJoinThreadPool(bool allowIsolated = false) {
- sp<ProcessState> proc(ProcessState::self());
sp<IServiceManager> sm(defaultServiceManager());
sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated);
ProcessState::self()->startThreadPool();