Class DumpStackTracesTimer
- java.lang.Object
-
- java.util.TimerTask
-
- org.eclipse.tycho.surefire.osgibooter.DumpStackTracesTimer
-
- All Implemented Interfaces:
Runnable
public class DumpStackTracesTimer extends TimerTask
Starts a task which will dump stack trace information after some time. Mostly a copy of org.eclipse.test.EclipseTestRunner.startStackDumpTimeoutTimer(). Necessary to know whether and where tests are hanging if a timeout occurred during tests.- Author:
- sandreev
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-