Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,
How to make ADPlus (version 7) collect dumps for a process after every 15 minutes using custom .cfg file.
here is what i already tried in the cfg file(for example interval is 20 seconds) :
HTML
<ADPlus Version='2'>
<Settings>
   <Option>DumpOnly</Option>
    <Runmode>Hang</Runmode>    
    <OutputDir>D:\Dumps</OutputDir>
    <ProcessName>Calc.exe</ProcessName>
    <Repeat Repeats="3" Interval="20" />
</Settings>
<HangActions>
      <Actions>Stacks;MiniDump;</Actions> 
</HangActions>
</ADPlus>
.
Posted
Updated 26-Aug-13 18:59pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900