Names on outputdmps

MelonBoy

BSOD Kernel Dump Analyst Trainee
Joined
Oct 19, 2012
Posts
9
Location
Sydney
When you finish analyzing a set of minidumps, the Apps create a folder with the Time, Date etc. as the label. Is there anyway we can change this so we can give each folder a separate title (for future reference)?

Eg: Normally, a folder with a set of minidumps I analyze now would be called "2012_Nov_19_17_06". Is there anyway that, during the processing period, I can change the name to "<Name>, <Problem>"?

I might not be too clear on what I'm trying to suggest, but hopefully the message gets across.

Thanks!
 
Am I correct that you would then want to input these for each set of dumps? (be prompted while running the program)

This should be no problem for Mike if he decides to add it but I thought I might help clarify the request:grin1:
 
Started implementing this. So far, this is where I am at:

  1. ADDED Output Directory Structure section to first screen
  2. ADDED Output Directory input
  3. ADDED Output Subdirectory input
  4. ADDED Default setting for Output Directory input
  5. ADDED Default setting for Output Subdirectory input
  6. ADDED Ability to have outputDmps directory have a different name
  7. CHANGED Location of Output Directory Structure section
  8. CHANGED Location of buttons and checkbox for full GUI on first screen
  9. CHANGED Reference objects to allow for DPI scaling with new Output Directory Structure section
  10. CHANGED Button positioning to be more centered horizontally on the screen
  11. CHANGED outputDmps directory timeBetweenRuns.txt in 30 places to be stored in tmp\\outputDmps instead

The directory structure for the output is very intrinsic to how the apps work, so it will need to be changed in 100+ places in my estimate. Could take a while to finish this request.


EDIT: 100+ was an overestimate. There are 62 places where things need to be changed. Still may take a while.
 
Last edited:
No problem. Let me know what you think of it once you've had a chance to run some dumps. :-}
 
Works like a charm, easier for me to sort out who I'm debugging for when running multiple analysis's.

Thanks again writh
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top