From 28561a7f240930143bfe93fbe6a8a34db0395896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=87=AA=E7=84=B6?= Date: Fri, 22 Dec 2023 05:04:56 +0000 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E5=90=88=E6=9E=84=E5=BB=BA=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李自然 --- services/codec/src/media_frame_pipeline.cpp | 2 +- services/etc/khsharing_service.cfg | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/services/codec/src/media_frame_pipeline.cpp b/services/codec/src/media_frame_pipeline.cpp index 00c5e24..887fae5 100755 --- a/services/codec/src/media_frame_pipeline.cpp +++ b/services/codec/src/media_frame_pipeline.cpp @@ -29,7 +29,7 @@ inline bool IsAudioFrame(const Frame::Ptr &frame) FrameSource::~FrameSource() { - SHARING_LOGD("trace."); + SHARING_LOGD("trace. "); std::unique_lock alock(audioDstsMutex_); for (auto &audioDst : audioDsts_) { audioDst->UnsetAudioSource(); diff --git a/services/etc/khsharing_service.cfg b/services/etc/khsharing_service.cfg index 45f0da1..98c70c6 100755 --- a/services/etc/khsharing_service.cfg +++ b/services/etc/khsharing_service.cfg @@ -20,7 +20,6 @@ "uid" : "audio", "gid" : ["system", "audio", "root", "vendor_mpp_driver"], "ondemand" : false, - "apl" : "system_core", "jobs" : { "on-start" : "services:khsharing_service" }, @@ -29,7 +28,6 @@ "ohos.permission.DISTRIBUTED_SOFTBUS_CENTER", "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "ohos.permission.CAMERA", - "ohos.permission.CAPTURE_SCREEN", "ohos.permission.MICROPHONE", "ohos.permission.ACCESS_SERVICE_DM" ], -- Gitee