From 39a8ee624ad55316e80abe40d2dbb586bc51dbcd Mon Sep 17 00:00:00 2001 From: cheng_jinsong Date: Tue, 16 May 2023 06:55:06 +0000 Subject: [PATCH] =?UTF-8?q?update=20common/appspawn=5Fserver.c.=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E5=BC=80=E5=90=AF=E9=80=80=E5=87=BA?= =?UTF-8?q?=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cheng_jinsong --- common/appspawn_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/appspawn_server.c b/common/appspawn_server.c index 6b0fdf11..ee668bca 100644 --- a/common/appspawn_server.c +++ b/common/appspawn_server.c @@ -189,7 +189,7 @@ static int AppSpawnChildRun(void *arg) static int AppSpawnChild(void *arg) { char checkExit[16] = ""; // 16 is enough to store an int - if (GetIntParameter("persist.init.debug.checkexit", true)) { + if (GetIntParameter("persist.init.debug.checkexit", false)) { (void)sprintf_s(checkExit, sizeof(checkExit), "%d", getpid()); } setenv(APPSPAWN_CHECK_EXIT, checkExit, true); -- Gitee