From bb159d627c4acb4861e05347449ebc76e175aa55 Mon Sep 17 00:00:00 2001 From: shenpeixing Date: Mon, 10 Mar 2025 15:48:50 +0800 Subject: [PATCH] =?UTF-8?q?FANDSAN=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenpeixing --- utils/common/src/sensor_basic_data_channel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/common/src/sensor_basic_data_channel.cpp b/utils/common/src/sensor_basic_data_channel.cpp index 83652409..0c043324 100644 --- a/utils/common/src/sensor_basic_data_channel.cpp +++ b/utils/common/src/sensor_basic_data_channel.cpp @@ -129,6 +129,7 @@ int32_t SensorBasicDataChannel::CreateSensorBasicChannelBySendFd(int32_t sendFd) return ERR_OK; } sendFd_ = sendFd; + fdsan_exchange_owner_tag(sendFd_, 0, TAG); if (sendFd_ < 0) { SEN_HILOGE("ReadFileDescriptor is failed"); sendFd_ = -1; -- Gitee