-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Is it possible to add a logging feature that would produce a list of sent
IOCTLS?
With such a log, one could look at the end of the file and see what kind of
input resulted in a BSOD (kind of like a black box in a plane). As a
consequence, tests can be ran by people other than the developers, people who
don't have kernel mode debuggers or other instruments that would accomplish
this task.
Naturally, the log must be written before you send anything to the driver, such
that the log file is closed and the information is saved before a crash occurs.
Original issue reported on code.google.com by ralie...@gmail.com
on 5 Aug 2013 at 2:58