mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-24 00:30:12 +00:00
update device_info/device_info_load.cpp.
Signed-off-by: 杨浩 <yanghao236@huawei.com>
This commit is contained in:
parent
18fdc836b2
commit
e9358df192
@ -29,7 +29,7 @@ void DeviceInfoLoad::OnLoadSystemAbilitySuccess(int32_t systemAbilityId,
|
||||
{
|
||||
DINFO_CHECK(systemAbilityId == SYSPARAM_DEVICE_SERVICE_ID, return,
|
||||
"start systemabilityId is not deviceinfo! %d", systemAbilityId);
|
||||
if (remoteObject != nullptr) {
|
||||
if (remoteObject == nullptr) {
|
||||
DINFO_LOGI("OnLoadSystemAbilitySuccess but remote is null %d", systemAbilityId);
|
||||
DeviceInfoKits::GetInstance().FinishStartSAFailed();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user