Skip to content

App, process, and crash dump collection APIs#193

Merged
hpsin merged 8 commits into
microsoft:masterfrom
hpsin:CrashDumps
Oct 17, 2016
Merged

App, process, and crash dump collection APIs#193
hpsin merged 8 commits into
microsoft:masterfrom
hpsin:CrashDumps

Conversation

@hpsin
Copy link
Copy Markdown
Contributor

@hpsin hpsin commented Oct 16, 2016

This covers #28 - Dump collections not implemented.

@msftclas
Copy link
Copy Markdown

Hi @hpsin, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor (Hirsch Singhal). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

BugcheckSettingsApi,
string.Format(
"autoreboot={0}&overwrite={1}&dumptype={2}&maxdumpcount={3}",
dfs.AutoReboot ? "1" : "0", dfs.Overwrite ? "1" : "0", (int)dfs.DumpType, dfs.MaxDumpCount));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There is a Utilities.BuildQueryString in the project that you can use to format this stuff (takes a dictionary of name/value pairs and formats them with the & and = signs). This seems clear enough though, so I'd be fine either way.

@hpsin hpsin merged commit 175a541 into microsoft:master Oct 17, 2016
@hpsin hpsin deleted the CrashDumps branch October 17, 2016 16:31
WilliamsJason pushed a commit that referenced this pull request Oct 18, 2016
* DeviceLab sample

* This is what I showed to Dave

* Committing so that I can change machines and not loose my work

* Added a bunch of finishing touches

* Latest polish

* Added a nifty CommandSequence class

* Implemented a nifty CommandSequence class and then used it for the DevicePortalCommand model

* Code cleanup + style cop. Checking in for demo

* Finished satisfyint StyleCop

* Committing before merging changes from upstream

* Integrated the new DeviceSignIn view. Fixed the timing issue in the reestablish connection retry loop. Made rename more robust. Stronger check for duplicates using the cannonical IP address

* Renamed DeviceLab to SampleDeviceCollection

* Added finishing touches to the code. Getting it ready for a pull request

* Breaking Change: Updating async methods to follow C# async naming conventions (#188)

And updating version number.

* Update calls into the wrapper to use the latest async naming convention

* Not tracking sync.cmd

* Ended up with a stray orig file. Deleting

* Change array return types to Lists for #189 (#191)

* App, process, and crash dump collection APIs (#193)

* Add usermode crash dump APIs

* Additional fixes to DumpCollection

* Add kernel, live, and app dump APIs.

* StyleCop pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants