mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[Bug Report Tool] Report event viewer logs (#11458)
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
#include "ReportMonitorInfo.h"
|
||||
#include "RegistryUtils.h"
|
||||
#include "EventViewer.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace std::filesystem;
|
||||
using namespace winrt::Windows::Data::Json;
|
||||
@@ -331,6 +333,9 @@ int wmain(int argc, wchar_t* argv[], wchar_t*)
|
||||
// Write compatibility tab info to the temporary folder
|
||||
ReportCompatibilityTab(tmpDir);
|
||||
|
||||
// Write event viewer logs info to the temporary folder
|
||||
EventViewer::ReportEventViewerInfo(tmpDir);
|
||||
|
||||
ReportBootstrapperLog(tmpDir);
|
||||
|
||||
// Zip folder
|
||||
|
||||
Reference in New Issue
Block a user