Loading automotive/vehicle/2.0/default/VehicleService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ int main(int /* argc */, char* /* argv */ []) { configureRpcThreadpool(1, true /* callerWillJoin */); ALOGI("Registering as service..."); service->registerAsService("Vehicle"); service->registerAsService(); ALOGI("Ready"); joinRpcThreadpool(); Loading Loading
automotive/vehicle/2.0/default/VehicleService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ int main(int /* argc */, char* /* argv */ []) { configureRpcThreadpool(1, true /* callerWillJoin */); ALOGI("Registering as service..."); service->registerAsService("Vehicle"); service->registerAsService(); ALOGI("Ready"); joinRpcThreadpool(); Loading