From 433dca3b1bc9d845f349a566d37b6a51e3cab8c5 Mon Sep 17 00:00:00 2001 From: huyx Date: Mon, 21 Oct 2024 14:51:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3composer=5Fhost=E5=B4=A9?= =?UTF-8?q?=E6=BA=83=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huyx --- 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