From b4fe61140adbf2e735e874e48e92947d4315e2bd Mon Sep 17 00:00:00 2001 From: wangyikai Date: Thu, 12 Sep 2024 16:19:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90hdf=5Fcore=E3=80=91=E6=AD=BB=E4=BA=A1?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E5=90=8E=EF=BC=8C=E5=9B=9E=E8=B0=83=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E9=87=8C=E5=BC=BA=E5=88=B6=E8=BF=9B=E7=A8=8B=E9=80=80?= =?UTF-8?q?=E5=87=BA=20=EF=BC=88cherry=20picked=20commit=20from=20Signed-off-by:=20xiongchangwu=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adapter/uhdf2/host/src/devsvc_manager_proxy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adapter/uhdf2/host/src/devsvc_manager_proxy.c b/adapter/uhdf2/host/src/devsvc_manager_proxy.c index 14921e9d3..69fa1efe0 100644 --- a/adapter/uhdf2/host/src/devsvc_manager_proxy.c +++ b/adapter/uhdf2/host/src/devsvc_manager_proxy.c @@ -22,6 +22,7 @@ #include "hdf_log.h" #include "hdf_sbuf.h" #include "osal_mem.h" +#include #define HDF_LOG_TAG devsvc_manager_proxy @@ -223,6 +224,7 @@ static void DevSvcManagerProxyOnRemoteDied(struct HdfDeathRecipient *recipient, if ((looper != NULL) && (looper->Stop != NULL)) { looper->Stop(looper); } + _exit(0); } void DevSvcManagerProxyConstruct(struct DevSvcManagerProxy *inst, struct HdfRemoteService *remote) -- Gitee