From 7f226c8d5be326ddf965655df6db614ed35b3caa Mon Sep 17 00:00:00 2001 From: fengyang Date: Sat, 19 Apr 2025 15:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADffrt=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E9=87=8D=E5=90=AF=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fengyang --- services/common/src/bundle_active_service.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/common/src/bundle_active_service.cpp b/services/common/src/bundle_active_service.cpp index e6a3701..a0dc92d 100644 --- a/services/common/src/bundle_active_service.cpp +++ b/services/common/src/bundle_active_service.cpp @@ -126,7 +126,6 @@ void BundleActiveService::InitNecessaryState() void BundleActiveService::InitService() { - HiviewDFX::Watchdog::GetInstance().InitFfrtWatchdog(); if (bundleActiveCore_ == nullptr) { bundleActiveCore_ = std::make_shared(); bundleActiveCore_->Init(); -- Gitee