未验证 提交 0cf5ca22 编写于 作者: S Sam Harwell 提交者: GitHub

Merge pull request #35729 from sharwell/reveal-exception

Include dump file size in log output
......@@ -207,7 +207,7 @@ async Task DumpProcess(Process targetProcess, string procDumpExeFilePath, string
// backup is to test for the dump file being present.
if (File.Exists(dumpFilePath))
{
ConsoleUtil.WriteLine("succeeded");
ConsoleUtil.WriteLine($"succeeded ({new FileInfo(dumpFilePath).Length} bytes)");
}
else
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册