mirror of
https://gitee.com/openharmony/account_os_account
synced 2024-11-23 02:00:01 +00:00
code sync
Signed-off-by: fundavid <fangjiawei8@huawei.com>
This commit is contained in:
parent
7d8f46cc9c
commit
c117982e4f
@ -331,7 +331,7 @@ ErrCode OsAccountInterface::SendToStorageAccountCreate(OsAccountInfo &osAccountI
|
||||
int32_t retryTimes = 0;
|
||||
while (retryTimes < MAX_RETRY_TIMES) {
|
||||
errCode = InnerSendToStorageAccountCreate(osAccountInfo);
|
||||
if (errCode == ERR_OK) {
|
||||
if (errCode != Constants::E_IPC_ERROR && errCode != Constants::E_IPC_SA_DIED) {
|
||||
break;
|
||||
}
|
||||
ACCOUNT_LOGE("Fail to SendToStorageAccountCreate,id=%{public}d, errCode %{public}d.",
|
||||
|
Loading…
Reference in New Issue
Block a user