!2260 代码同步

Merge pull request !2260 from fundavid/code_sync
This commit is contained in:
openharmony_ci 2024-11-13 04:19:12 +00:00 committed by Gitee
commit f7188e0bee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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.",