Added msvcr*.dll to windows runtime folding of module names
This commit is contained in:
@@ -265,7 +265,7 @@ class CrashReport
|
||||
{
|
||||
$f->module = "llcommon";
|
||||
}
|
||||
else if (preg_match("/(kernel|ntdll).*\\.dll/i", $f->module))
|
||||
else if (preg_match("/(kernel|ntdll|msvcr).*\\.dll/i", $f->module))
|
||||
{
|
||||
$f->module = "windows-runtime";
|
||||
} else if (preg_match("/libc.*\\.so/i", $f->module))
|
||||
|
||||
Reference in New Issue
Block a user