mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-25 12:23:20 -04:00
!2408 ModuleRunningRecord补充关键错误日志
Merge pull request !2408 from HuangXW/master
This commit is contained in:
@@ -214,6 +214,8 @@ void ModuleRunningRecord::LaunchAbility(const std::shared_ptr<AbilityRunningReco
|
||||
HILOG_INFO("Schedule launch ability, name is %{public}s.", ability->GetName().c_str());
|
||||
appLifeCycleDeal_->LaunchAbility(ability);
|
||||
ability->SetState(AbilityState::ABILITY_STATE_READY);
|
||||
} else {
|
||||
HILOG_ERROR("Can not find ability or get appThread.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user