microsoft / busiotools

Tools for debugging and testing io buses for Windows
MIT License
192 stars 100 forks source link

Autologger mode (collects logs across reboots) not starting the log collection #137

Open Somnath-2 opened 6 months ago

Somnath-2 commented 6 months ago

wget https://github.com/Microsoft/busiotools/raw/master/bluetooth/tracing/BluetoothStack.wprp -UseBasicParsing -outfile .\BluetoothStack.wprp wpr.exe -boottrace -addboot BluetoothStack.wprp!BluetoothStack -filemode shutdown -r -f -t 0 The above commands are not starting the log collection even after multiple tries too. As per the Document, i restarted the platform two times manually, even it doesn't help to collect logs.

PS C:\windows\system32> wpr.exe -boottrace -stopboot BthTracing.etl

    There are no trace profiles running.

    Error code: 0xc5583000

In the below image it shows the commands ran successfully.

image image

OS version details

image