Loading camera/CameraBase.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ sp<TCam> CameraBase<TCam, TCamTraits>::connect(int cameraId, c->mStatus = NO_ERROR; } else { ALOGW("An error occurred while connecting to camera %d: %s", cameraId, (cs != nullptr) ? "Service not available" : ret.toString8().string()); (cs == nullptr) ? "Service not available" : ret.toString8().string()); c.clear(); } return c; Loading Loading
camera/CameraBase.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ sp<TCam> CameraBase<TCam, TCamTraits>::connect(int cameraId, c->mStatus = NO_ERROR; } else { ALOGW("An error occurred while connecting to camera %d: %s", cameraId, (cs != nullptr) ? "Service not available" : ret.toString8().string()); (cs == nullptr) ? "Service not available" : ret.toString8().string()); c.clear(); } return c; Loading