Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bluetooth/tracing/BluetoothStack.wprp
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,11 @@
<Keyword Value="0x7fffffff"/>
</Keywords>
</EventProvider>
<EventProvider Id="Microsoft.Windows.Media.Audio.AudioPlaybackConnection" Name="98C32C7A-945F-4A88-A832-0157B9FBFA35" Level="5" NonPagedMemory="false">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Level="5" [](start = 122, length = 9)

Is level 5 absolutely necessary to debug issues (i.e. is it really needed in the "light memory" scenario)? If it's not, consider Microsoft.Windows.Media.Audio.AudioPlaybackConnection.Verbose.

<Keywords>
<Keyword Value="0xffffffff"/>
</Keywords>
</EventProvider>

<!-- Non Paged providers. They are kept separate for readability -->
<EventProvider Id="Microsoft.Windows.Bluetooth.BTHUSB" Name="33693e1d-246a-471b-83be-3e75f47a832d" Level="5" NonPagedMemory="true">
Expand Down Expand Up @@ -894,6 +899,7 @@
<EventProviderId Value="Microsoft.Windows.Bluetooth.LooselyCoupledDevices"/>
<EventProviderId Value="Microsoft.Windows.WLAN.AutoConfig"/>
<EventProviderId Value="Microsoft.Windows.WLAN.WDI"/>
<EventProviderId Value="Microsoft.Windows.Media.Audio.AudioPlaybackConnection"/>
</EventProviders>
</EventCollectorId>

Expand Down Expand Up @@ -1045,6 +1051,7 @@
<EventProviderId Value="Microsoft.Windows.Bluetooth.LooselyCoupledDevices"/>
<EventProviderId Value="Microsoft.Windows.WLAN.AutoConfig"/>
<EventProviderId Value="Microsoft.Windows.WLAN.WDI"/>
<EventProviderId Value="Microsoft.Windows.Media.Audio.AudioPlaybackConnection"/>
</EventProviders>
</EventCollectorId>

Expand Down