|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits SwingWorker< File, Void >.
Protected Member Functions | |
| File | doInBackground () throws Exception |
| void | done () |
Private Member Functions | |
| Path | createFilePath () |
| File | createThreadDump () throws IOException |
SwingWorker to that will create the thread dump file. Once the file is created it will be opened in an external viewer.
Definition at line 79 of file ThreadDumpAction.java.
|
private |
Create the dump file path.
Definition at line 126 of file ThreadDumpAction.java.
References org.sleuthkit.autopsy.coreutils.TimeStampUtils.createTimeStamp(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), org.sleuthkit.autopsy.coreutils.PlatformUtil.getLogDirectory(), org.sleuthkit.autopsy.casemodule.Case.getLogDirectoryPath(), and org.sleuthkit.autopsy.casemodule.Case.isCaseOpen().
|
private |
Create the thread dump file.
| IOException |
Definition at line 108 of file ThreadDumpAction.java.
References org.sleuthkit.autopsy.coreutils.ThreadUtils.generateThreadDump().
|
protected |
Definition at line 82 of file ThreadDumpAction.java.
|
protected |
Definition at line 87 of file ThreadDumpAction.java.
References org.sleuthkit.autopsy.coreutils.Desktop.getDesktop(), and org.sleuthkit.autopsy.coreutils.Desktop.open().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.