mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2025-02-18 17:59:06 +00:00
commit
2c9032e3e7
@ -100,10 +100,6 @@ TraceFileWriter::~TraceFileWriter()
|
||||
if (fileMapAddr_ != MMAP_FAILED) {
|
||||
munmap(fileMapAddr_, fileLength_);
|
||||
}
|
||||
|
||||
if (fd_ != -1) {
|
||||
close(fd_);
|
||||
}
|
||||
}
|
||||
|
||||
std::string TraceFileWriter::Path() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user