Loading init/init.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -451,6 +451,8 @@ static Result<Success> InitBinder(const BuiltinArguments& args) { // Also, binder can't be used by recovery. #ifndef RECOVERY android::ProcessState::self()->setThreadPoolMaxThreadCount(0); android::ProcessState::self()->setCallRestriction( ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY); #endif return Success(); } Loading Loading
init/init.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -451,6 +451,8 @@ static Result<Success> InitBinder(const BuiltinArguments& args) { // Also, binder can't be used by recovery. #ifndef RECOVERY android::ProcessState::self()->setThreadPoolMaxThreadCount(0); android::ProcessState::self()->setCallRestriction( ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY); #endif return Success(); } Loading