jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
238 stars 112 forks source link

Detach from process #105

Open bmaury-bouet opened 1 year ago

bmaury-bouet commented 1 year ago

Is it possible to detach from a process after analyzing leaks ? (instead of needing to close the analyzed process) Thanks !