From 1b2f271d3cc4f2a091dfbdc28786a009d278c3f0 Mon Sep 17 00:00:00 2001 From: h60047265 Date: Fri, 14 Mar 2025 16:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E9=A1=B9=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: h60047265 --- services/samgr/native/source/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/samgr/native/source/main.cpp b/services/samgr/native/source/main.cpp index 947a87fc..441fb461 100644 --- a/services/samgr/native/source/main.cpp +++ b/services/samgr/native/source/main.cpp @@ -21,12 +21,14 @@ #include "sam_log.h" #include "system_ability_manager.h" #include "samgr_xcollie.h" +#include "xcollie/watchdog.h" using namespace OHOS; int main(int argc, char *argv[]) { KHILOGI("%{public}s called, enter System Ability Manager ", __func__); + HiviewDFX::Watchdog::GetInstance().InitFfrtWatchdog(); Samgr::MemoryGuard cacheGuard; OHOS::sptr manager = OHOS::SystemAbilityManager::GetInstance(); manager->Init(); -- Gitee