Skip to content

Commit

Permalink
Dump dllhost.exe in collect-wsl-logs.ps1 (#12056)
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue committed Sep 19, 2024
1 parent f32da00 commit 3fca568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostics/collect-wsl-logs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if ($Dump)
$dumpFolder = Join-Path (Resolve-Path "$folder") dumps
New-Item -ItemType "directory" -Path "$dumpFolder"

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

0 comments on commit 3fca568

Please sign in to comment.