diff --git a/frameworks/core/components/camera/camera.cpp b/frameworks/core/components/camera/camera.cpp index 978359e0b60eba3ce94f4e5ab905418fdfffaa28..a944607283f161e0992e98a7761dab052955b7ec 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) {