Skip to content

Commit

Permalink
Merge pull request microsoft#11 from Microsoft/arvindaiyar/BluetoothT…
Browse files Browse the repository at this point in the history
…racingLigh

split the existing profiles into light/verbose and add a verbose mode for bthport
  • Loading branch information
arvindaiyar authored May 24, 2018
2 parents 4dec4e8 + 9373887 commit c30e0b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file modified bluetooth/tracing/BluetoothStack.wprp
Binary file not shown.
8 changes: 7 additions & 1 deletion bluetooth/tracing/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ From an administrator command prompt:
From an administrator command prompt:
1. Run as admin: "wpr.exe -boottrace -addboot BluetoothStack.wprp"
2. Reboot machine
* Trace is not running until you reboot the machine

*Note: Trace is not running until you reboot the machine*

3. Reproduce the issue - log will keep running across reboots until you stop it manually
4. Run as admin: "wpr.exe -boottrace -stopboot bth_tracing.etl"

## Verbose/Non-verbose logs
1. The above collects Verbose logs by default.
2. If you don't need verbose logs, replace start tracing commands above with: "wpr.exe -start BluetoothStack.wprp.Light"

## Collecting logs for driver or setup issues
* Attach c:\windows\inf\setupapi.*.log and c:\Windows\Panther\setupact.log and c:\windows\logs\windowsupdate\* to the bug.
* Attach Microsoft-Windows-Kernel-PnP%4Configuration.evtx (In event viewer as Microsoft-Windows-Kernel-PnP\Configuration).

0 comments on commit c30e0b6

Please sign in to comment.