-
Notifications
You must be signed in to change notification settings - Fork 108
Add instructions for dumping all Bluetooth services. #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Since we now have additional "tracing" steps, I'm wondering whether we should just create a wrapper script that starts the ETL tracing, collects memory dump ... and anything else we might add. Something aking to tracestart.ps1 and tracestop.ps1 - this way its a singular instruction for all, but leaves open the need to do each of them individually? |
erikpe-msft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
|
|
||
| From elevated PowerShell execute: | ||
|
|
||
| wget https://github.com/Microsoft/busiotools/raw/master/bluetooth/tracing/GetMemoryDump.ps1 -UseBasicParsing | iex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ProcessDump
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The script name is indeed GetMemoryDump are you suggesting it's be renamed to GetProcessDumps.ps1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes I think that would make it clear.
No description provided.