mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-12-11 19:43:42 +00:00
Start phone service
Signed-off-by: ohos-lsw <lishiwei6@huawei.com>
This commit is contained in:
parent
9f615b89dd
commit
cb18b62e36
@ -1094,7 +1094,7 @@ void AbilityManagerService::StartingPhoneServiceAbility()
|
||||
AbilityConfig::PHONE_SERVICE_ABILITY_NAME);
|
||||
|
||||
while (!(iBundleManager_->QueryAbilityInfo(phoneServiceWant, phoneServiceInfo))) {
|
||||
HILOG_INFO("Waiting query phone service completed.");
|
||||
HILOG_INFO("Waiting query phone service ability info completed.");
|
||||
usleep(REPOLL_TIME_MICRO_SECONDS);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user