Skip to content

Commit 3fca568

Browse files
authored
Dump dllhost.exe in collect-wsl-logs.ps1 (#12056)
1 parent f32da00 commit 3fca568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diagnostics/collect-wsl-logs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if ($Dump)
127127
$dumpFolder = Join-Path (Resolve-Path "$folder") dumps
128128
New-Item -ItemType "directory" -Path "$dumpFolder"
129129

130-
$executables = "wsl", "wslservice", "wslhost", "msrdc"
130+
$executables = "wsl", "wslservice", "wslhost", "msrdc", "dllhost"
131131
foreach($process in Get-Process | Where-Object { $executables -contains $_.ProcessName})
132132
{
133133
$dumpFile = "$dumpFolder/$($process.ProcessName).$($process.Id).dmp"

0 commit comments

Comments
 (0)