[Bug Report Tool] Report event viewer logs (#11458)

This commit is contained in:
Mykhailo Pylyp
2021-05-26 16:23:49 +03:00
committed by GitHub
parent 208e1701d0
commit 0b13c4d6a5
8 changed files with 285 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include <filesystem>
namespace EventViewer
{
void ReportEventViewerInfo(const std::filesystem::path& tmpDir);
}