告警清理

Signed-off-by: wenlong_12 <wenlong12@huawei.com>
This commit is contained in:
wenlong_12 2024-01-05 07:52:01 +00:00 committed by Gitee
parent 8ed7801198
commit cb0557e8ae
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -225,8 +225,7 @@ bool VirtualThread::ParseMap(std::vector<std::shared_ptr<DfxMap>>& memMaps, bool
std::shared_ptr<DfxMaps> dfxMaps = OHOS::HiviewDFX::DfxMaps::Create(pid_, mapPath);
if (dfxMaps == nullptr) {
HLOGE("VirtualThread Failed to Parse Map.");
} else {
memMaps = dfxMaps->GetMaps();
return false;
}
bool mapsAdded = !update;