mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 14:30:21 +00:00
update services/dtbschedmgr/src/distributed_sched_service.cpp.
Signed-off-by: NEEN <qianli16@huawei.com>
This commit is contained in:
parent
10aabadf13
commit
4c59d3760c
@ -101,7 +101,7 @@ int32_t DistributedSchedService::StartAbilityFromRemote(const OHOS::AAFwk::Want&
|
||||
{
|
||||
std::string deviceId = userWant.GetElement().GetDeviceID();
|
||||
if (deviceId.empty()) {
|
||||
HILOGE("StartRemoteAbility check deviceId fail");
|
||||
HILOGE("StartAbilityFromRemote check deviceId fail");
|
||||
return INVALID_REMOTE_PARAMETERS_ERR;
|
||||
}
|
||||
ErrCode err = AAFwk::AbilityManagerClient::GetInstance()->Connect();
|
||||
|
Loading…
Reference in New Issue
Block a user