From 1dc9e54372b6beeaf4ce7b20e7b071a7921f99fe Mon Sep 17 00:00:00 2001 From: youbing54 Date: Wed, 25 Sep 2024 09:49:54 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20https://gitee.com/openharmony/arkui?= =?UTF-8?q?=5Face=5Fengine=5Flite/issues/IAT6IN=20describe:=20static=20voi?= =?UTF-8?q?d=20HandleFatal(int=20errorCode)=E6=B7=BB=E5=8A=A0=E6=97=A5?= =?UTF-8?q?=E5=BF=97=20Feature=20or=20Bugfix:=20Bugfix=20Binary=20Source:Y?= =?UTF-8?q?es=20Signed-off-by:=20youbing54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frameworks/src/core/context/fatal_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/src/core/context/fatal_handler.cpp b/frameworks/src/core/context/fatal_handler.cpp index 49a16a29..0dbba29e 100644 --- a/frameworks/src/core/context/fatal_handler.cpp +++ b/frameworks/src/core/context/fatal_handler.cpp @@ -55,7 +55,7 @@ static void HandleFatal(int errorCode) #if (FEATURE_FATAL_ERROR_HANDLING == 1) HILOG_ERROR(HILOG_MODULE_ACE, "hitted by fatal error[%{public}d]", errorCode); if (FatalHandler::GetInstance().IsFatalErrorHitted()) { - // fatal hitted again during one fatal handing, return to avoid dead loop + HILOG_ERROR(HILOG_MODULE_ACE, "fatal hitted again during one fatal handing, return to avoid dead loop"); return; } // record error code -- Gitee