告警处理

Signed-off-by: zhaoyrr <zhaoyuran@h-partners.com>
This commit is contained in:
zhaoyrr
2025-08-26 10:38:49 +08:00
parent afa273fe49
commit 85ecfa6730
+1 -1
View File
@@ -295,7 +295,7 @@ bool AssetHelper::GetSafeData(const std::string& ami, uint8_t** buff, size_t* bu
if (fstat(fd, &statbuf) < 0) {
TAG_LOGE(AAFwkTag::JSRUNTIME, "Get fstat of file %{private}s caught error: %{public}d", resolvedPath.c_str(),
errno);
close(fd);
fclose(fileF);
return false;
}