mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-27 01:10:52 +00:00
!11672 支持热启后关闭应用时解绑并销毁独立进程
Merge pull request !11672 from 张昊峥/hot_cache
This commit is contained in:
commit
2111c1b8dc
@ -281,11 +281,6 @@ bool CacheProcessManager::IsProcessSupportHotStart(const std::shared_ptr<AppRunn
|
||||
appRecord->GetName().c_str(), actualVer);
|
||||
return false;
|
||||
}
|
||||
if (IsAppContainsSrvExt(appRecord)) {
|
||||
TAG_LOGD(AAFwkTag::APPMGR, "%{public}s of %{public}s is service, not support cache",
|
||||
appRecord->GetProcessName().c_str(), appRecord->GetBundleName().c_str());
|
||||
return false;
|
||||
}
|
||||
if (!appRecord->HasUIAbilityLaunched()) {
|
||||
TAG_LOGD(AAFwkTag::APPMGR, "%{public}s of %{public}s has not created uiability before.",
|
||||
appRecord->GetProcessName().c_str(), appRecord->GetBundleName().c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user