From 6d1cad04099d471e827a35f07b763aaf3cee3db9 Mon Sep 17 00:00:00 2001 From: obama Date: Tue, 14 Sep 2021 12:08:51 +0000 Subject: [PATCH] test --- frameworks/core/components/camera/camera.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frameworks/core/components/camera/camera.cpp b/frameworks/core/components/camera/camera.cpp index 978359e0b60..a944607283f 100644 --- a/frameworks/core/components/camera/camera.cpp +++ b/frameworks/core/components/camera/camera.cpp @@ -352,19 +352,19 @@ int32_t CameraCallback::PrepareVideo(sptr c int32_t CameraCallback::PrepareCamera(bool bIsRecorder) { if (camInput_ == nullptr) { - LOGE("Prepare Camera: camInput is not Init Succeeded and wait."); + LOGE("Prepare ddd Camera: camInput is not Init Succeeded and wait."); return -1; } if (!sizeInitSucceeded_ || !offsetInitSucceeded_) { - LOGE("Prepare Camera: size or offset is not Init Succeeded and wait, %{public}d, %{public}d.", + LOGE("Prepare ddd Camera: size or offset is not Init Succeeded and wait, %{public}d, %{public}d.", sizeInitSucceeded_, offsetInitSucceeded_); return -1; } int32_t intResult = 0; sptr surface = nullptr; - LOGI("Prepare Camera start."); + LOGI("Prepare ddd Camera start."); sptr camManagerObj = OHOS::CameraStandard::CameraManager::GetInstance(); if (capSession_ != nullptr) { -- Gitee