mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-27 00:51:47 +00:00
codex
Signed-off-by: hw-wLiu <liuwei573@huawei.com>
This commit is contained in:
parent
c277cc7ddd
commit
de9f5c8092
@ -383,6 +383,7 @@ static void WriteMmap(const char* data)
|
||||
// 建立映射
|
||||
char* pMap = CreateMmap();
|
||||
if (data == nullptr || strlen(data) == 0) {
|
||||
RemoveMmap(pMap);
|
||||
return;
|
||||
}
|
||||
// 写入
|
||||
|
Loading…
Reference in New Issue
Block a user