From 811f315a328c7e1ee1eb12b6195f49ebf70cade8 Mon Sep 17 00:00:00 2001 From: wuminjie Date: Fri, 21 Feb 2025 14:27:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E7=BB=B4=E6=B5=8B=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuminjie --- .../native/source/schedule/system_ability_state_scheduler.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/samgr/native/source/schedule/system_ability_state_scheduler.cpp b/services/samgr/native/source/schedule/system_ability_state_scheduler.cpp index 2815ec4c..1c20f943 100644 --- a/services/samgr/native/source/schedule/system_ability_state_scheduler.cpp +++ b/services/samgr/native/source/schedule/system_ability_state_scheduler.cpp @@ -295,6 +295,8 @@ int32_t SystemAbilityStateScheduler::HandleLoadAbilityEventLocked( { if (abilityContext->state ==SystemAbilityState::UNLOADING || abilityContext->ownProcessContext->state == SystemProcessState::STOPPING) { + HILOGW("Scheduler SA:%{public}d state %{public}d, proc state %{public}d", + abilityContext->systemAbilityId, abilityContext->state, abilityContext->ownProcessContext->state); return PendLoadEventLocked(abilityContext, loadRequestInfo); } nlohmann::json activeReason; -- Gitee