LiteLoaderBDS-1.16.40/Tools/CrashLogger
2022-09-21 19:47:03 +08:00
..
asserts fist commit 2022-09-21 19:47:03 +08:00
CrashLogger fist commit 2022-09-21 19:47:03 +08:00
CrashLogger_Daemon fist commit 2022-09-21 19:47:03 +08:00
include fist commit 2022-09-21 19:47:03 +08:00
.gitignore fist commit 2022-09-21 19:47:03 +08:00
CrashLogger.sln fist commit 2022-09-21 19:47:03 +08:00
LICENSE fist commit 2022-09-21 19:47:03 +08:00
PackRelease.cmd fist commit 2022-09-21 19:47:03 +08:00
README.md fist commit 2022-09-21 19:47:03 +08:00

CrashLogger

A dll injected into process to dump stack when crashing.

Support me at https://www.minebbs.com/resources/crashlogger-pro.2645/

At Crash

  • Result of stack walk will output both at console and file .\logs\Crash\TrackBack_xxxxxxxx_xx-xx-xx.log
  • Dumpbin database will generate at file .\logs\Crash\CrashDump_xxxxxxxx_xx-xx-xx.dmp

image-20210716124312591

  • Stack walk can give you a general view of possible problems.

Using CrashDump, Dump files and WinDbg or Visual Studio, you can get more infomation about the crash.