Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Question

How to create a AirID driver log-file?

Answer

To create a AirID driver log-file please follow these steps:

...

Panel
borderStyledashed
titleStep-by-Step

Using a batch file

To create a log this .bat file can be used: Trace.bat

  1. Right click the batch file and choose "run as administrator"
  2. Execute the steps to reproduce the problem.
  3. Press any key to stop logging.

The log will be created as an .etl file that will be written to "c:\traceFile.etl"


Using cmd.exe

Alternatively cmd.exe can be used to create a log file:

  1. Open the command line interface as admin (cmd.exe)
  2. Enter the following commands:
logman create trace "driver_session" -p {05C64576-BE0E-49BF-A5D4-A17395EED556} 0xffffffff 0xff -o c:\traceFile.etl

Creates a trace session named "driver_session" that will be written to to file "c:\traceFile.etl"

logman start "driver_session"

Start recording a given session. Entries will be written to the file provided during session creation.

logman stop "driver_session"

Stops the recording a given session.


Please attach the .etl log file to your support request and also state the time at which the recorded issue occured.

Content by Label
showLabelsfalse
max5
spacesPM
showSpacefalse
sortmodified
reversetrue
typepage
excerptTypesimple
cqllabel in ("faq","airid1","airid2","logfiles") and type = "page" and space = "DEMTHSP"
labelskb-troubleshooting-article

Was this answer helpful?

Please rate & help us to improve our FAQ.

...