зеркало из https://github.com/microsoft/ETW2JSON.git
Add CloseTrace calls to flush the file
This commit is contained in:
Родитель
dbf7b7c153
Коммит
408dbc1801
|
@ -76,6 +76,15 @@
|
|||
jsonWriter.WriteEndObject();
|
||||
|
||||
GC.KeepAlive(fileSessions);
|
||||
|
||||
for (int i = 0; i < count; ++i)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
Etw.CloseTrace(handles[i]);
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче