mirror of
https://gitee.com/openharmony/distributeddatamgr_relational_store
synced 2024-11-27 09:11:59 +00:00
检视意见修复
Signed-off-by: luyangyang <1049603119@qq.com>
This commit is contained in:
parent
176a77bb24
commit
381081f981
@ -48,7 +48,8 @@ void RdbFaultHiViewReporter::ReportRdbCorruptedFault(RdbCorruptedEvent &eventInf
|
||||
} else {
|
||||
appendInfo = appendInfo + " \n GetWalFileStatInfoFailed ! \n";
|
||||
}
|
||||
LOG_ERROR("storeName: %{public}s, appendInfo : %{public}s.", storeName, appendInfo.c_str());
|
||||
LOG_ERROR("storeName: %{public}s, errorCode: %{public}d, appendInfo : %{public}s.", storeName, eventInfo.errorCode,
|
||||
appendInfo.c_str());
|
||||
char *errorOccurTime = GetDateInfo(eventInfo.errorOccurTime).data();
|
||||
HiSysEventParam params[] = {
|
||||
{ .name = "BUNDLE_NAME", .t = HISYSEVENT_STRING, .v = { .s = bundleName }, .arraySize = 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user