Skip to content

Collecting logs from UsbDk driver

Yuri Benditovich edited this page Jul 11, 2023 · 2 revisions

Collecting logs from UsbDk driver

The main source is Tracing.txt

Usually the easiest is tracing using logman and parsing using tracefmt.exe

Binaries of tracefmt.exe are part of WDK, they are attached here: amd64 and x86

Alternative batch file that records the ETL and then parses it using TMF or PDB is here, the best is to place it under '%programfiles%\UsbDk Runtime Library' together with tracefmt.exe

Clone this wiki locally