mirror of
https://gitee.com/openharmony/account_os_account
synced 2024-12-04 00:43:03 +00:00
commit
f7188e0bee
@ -331,7 +331,7 @@ ErrCode OsAccountInterface::SendToStorageAccountCreate(OsAccountInfo &osAccountI
|
|||||||
int32_t retryTimes = 0;
|
int32_t retryTimes = 0;
|
||||||
while (retryTimes < MAX_RETRY_TIMES) {
|
while (retryTimes < MAX_RETRY_TIMES) {
|
||||||
errCode = InnerSendToStorageAccountCreate(osAccountInfo);
|
errCode = InnerSendToStorageAccountCreate(osAccountInfo);
|
||||||
if (errCode == ERR_OK) {
|
if (errCode != Constants::E_IPC_ERROR && errCode != Constants::E_IPC_SA_DIED) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
ACCOUNT_LOGE("Fail to SendToStorageAccountCreate,id=%{public}d, errCode %{public}d.",
|
ACCOUNT_LOGE("Fail to SendToStorageAccountCreate,id=%{public}d, errCode %{public}d.",
|
||||||
|
Loading…
Reference in New Issue
Block a user