Reintroduce a line of code which disappeared during reformatting.

Reintroduce a line of code which went missing during a global reformat for style
reasons.

Change-Id: I6ddc2f5b9ed6a272e79f28cb80227fd71675eb01
This commit is contained in:
John Grossman
2011-08-29 13:06:41 -07:00
parent e5f1aa0d99
commit e282b893e7

View File

@@ -1091,6 +1091,7 @@ int main(int argc, char *argv[]) {
using namespace android;
sp<AAHTimeService> service = new AAHTimeService();
if (service == NULL)
return 1;
ProcessState::self()->startThreadPool();