mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
Disable posting the results of minidump analysis until a dedicated URL is put in place.
This commit is contained in:
parent
c7c8e28655
commit
626a3aedd7
@ -8902,7 +8902,7 @@ void AnalyzeKernelMiniDump (HWND hwndDlg)
|
||||
otherDriver ? "0" : "1",
|
||||
imageName.empty() ? "-" : imageName.c_str()
|
||||
);
|
||||
|
||||
*/
|
||||
stringstream stackTraceArgs;
|
||||
int i = 0;
|
||||
foreach (const string &retAddr, retAddrs)
|
||||
@ -8943,6 +8943,8 @@ void AnalyzeKernelMiniDump (HWND hwndDlg)
|
||||
msg += L"\n\n";
|
||||
}
|
||||
|
||||
InfoDirect(msg.c_str());
|
||||
/*
|
||||
string urlStr = string (url) + "&drvver=" + (imageVersion.empty() ? "-" : imageVersion) + stackTraceArgs.str();
|
||||
|
||||
for (size_t i = 0; i < urlStr.size(); ++i)
|
||||
|
Loading…
Reference in New Issue
Block a user