mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-27 01:10:52 +00:00
!11671 bmsClient运行在InPRocessCall
Merge pull request !11671 from 段嗣钊/master1119
This commit is contained in:
commit
8ec347d055
@ -205,7 +205,7 @@ bool UPMSUtils::GetDirByBundleNameAndAppIndex(const std::string &bundleName, int
|
||||
TAG_LOGE(AAFwkTag::URIPERMMGR, "bundleMgrClient is nullptr.");
|
||||
return false;
|
||||
}
|
||||
auto bmsRet = bmsClient->GetDirByBundleNameAndAppIndex(bundleName, appIndex, dirName);
|
||||
auto bmsRet = IN_PROCESS_CALL(bmsClient->GetDirByBundleNameAndAppIndex(bundleName, appIndex, dirName));
|
||||
if (bmsRet != ERR_OK) {
|
||||
TAG_LOGE(AAFwkTag::URIPERMMGR, "GetDirByBundleNameAndAppIndex failed, ret:%{public}d", bmsRet);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user