reviewbot

Signed-off-by: wangchaole <wangchaole1@huawei.com>
This commit is contained in:
wangchaole
2022-06-17 16:48:39 +08:00
parent a9130766be
commit abe42ff086
2 changed files with 2 additions and 2 deletions
@@ -207,7 +207,7 @@ void DCameraClient::ReleasCaptureSession()
int32_t ret = captureSession_->Stop();
if (ret != DCAMERA_OK) {
DHLOGE("DCameraClient::StopCapture captureSession stop failed, cameraId: %s, ret: %d",
GetAnonyString(cameraId_).c_str(), ret);
GetAnonyString(cameraId_).c_str(), ret);
}
DHLOGI("DCameraClient::StopCapture %s release captureSession", GetAnonyString(cameraId_).c_str());
captureSession_->Release();
@@ -193,7 +193,7 @@ void DCameraClient::ReleasCaptureSession()
int32_t ret = captureSession_->Stop();
if (ret != DCAMERA_OK) {
DHLOGE("DCameraClientCommon::StopCapture captureSession stop failed, cameraId: %s, ret: %d",
GetAnonyString(cameraId_).c_str(), ret);
GetAnonyString(cameraId_).c_str(), ret);
}
DHLOGI("DCameraClientCommon::StopCapture %s release captureSession", GetAnonyString(cameraId_).c_str());
captureSession_->Release();