Skip to content

Commit 8121f8c

Browse files
committed
Include all modules in native crash logs
1 parent fed079f commit 8121f8c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Telegram.Native/NativeUtils.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -245,18 +245,6 @@ namespace winrt::Telegram::Native::implementation
245245
moduleFilename = moduleFilename.substr(moduleFilenamePos + 1);
246246
}
247247

248-
if (moduleFilename.rfind(L"Telegram", 0) != 0)
249-
{
250-
skipping = true;
251-
continue;
252-
}
253-
254-
if (skipping)
255-
{
256-
skipping = false;
257-
trace += L" ...\n";
258-
}
259-
260248
trace += wstrprintf(L" at %s+0x%08lx\n", moduleFilename.c_str(), (uint32_t)((unsigned char*)pointer - moduleBase));
261249
frames.Append({ (intptr_t)pointer, (intptr_t)moduleBase });
262250
}

0 commit comments

Comments
 (0)