Home
last modified time | relevance | path

Searched refs:sourceFileSize (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.cpp216 … uint64_t sourceFileSize = FileUtil::GetFileSize(lastFastBootLog) + FileUtil::GetFileSize(hmKLog) + in CompressAndCopyLogFiles() local
218 if (sourceFileSize < COMPRESSION_RATION * ZIP_FILE_SIZE_LIMIT) { in CompressAndCopyLogFiles()
221 …GW("sourceFileSize size: %{public}" PRIu64 " is over limit, dropping hmSnapShot.", sourceFileSize); in CompressAndCopyLogFiles()