mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-23 15:00:17 +00:00
告警清理
Signed-off-by: wenlong_12 <wenlong12@huawei.com>
This commit is contained in:
parent
8ed7801198
commit
cb0557e8ae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user