Loading core/jni/android_os_HwBinder.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,9 @@ static jobject JHwBinder_native_getService( return NULL; } LOG(INFO) << "Starting thread pool."; ::android::hardware::ProcessState::self()->startThreadPool(); return JHwRemoteBinder::NewObject(env, service); } Loading Loading
core/jni/android_os_HwBinder.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,9 @@ static jobject JHwBinder_native_getService( return NULL; } LOG(INFO) << "Starting thread pool."; ::android::hardware::ProcessState::self()->startThreadPool(); return JHwRemoteBinder::NewObject(env, service); } Loading