Merge "Fix system_server's main thread name."
This commit is contained in:
@@ -88,7 +88,6 @@ BinderIncrementalService* BinderIncrementalService::start(JNIEnv* env) {
|
|||||||
}
|
}
|
||||||
sp<ProcessState> ps(ProcessState::self());
|
sp<ProcessState> ps(ProcessState::self());
|
||||||
ps->startThreadPool();
|
ps->startThreadPool();
|
||||||
ps->giveThreadPoolName();
|
|
||||||
// sm->addService increments the reference count, and now we're OK with returning the pointer.
|
// sm->addService increments the reference count, and now we're OK with returning the pointer.
|
||||||
return self.get();
|
return self.get();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user