Closed dblevins closed 7 years ago
Features could be on java.lang.Runtime and similar object:
java.lang.Runtime
Set<Thread> threadSet = Thread.getAllStackTraces().keySet();
Fancier commands could email thread dumps.
fixed with https://github.com/tomitribe/sheldon/pull/30
Features could be on
java.lang.Runtime
and similar object:Set<Thread> threadSet = Thread.getAllStackTraces().keySet();
)Fancier commands could email thread dumps.