Skip to content
Snippets Groups Projects
Commit 301fb794 authored by Mark McKinnon's avatar Mark McKinnon
Browse files

Update ExtractPrefetch.java

Add path to list of attributes
parent 7514dec6
No related branches found
No related tags found
No related merge requests found
......@@ -272,6 +272,8 @@ private void createAppExecArtifacts(String prefetchDb, Content dataSource) {
new BlackboardAttribute(
BlackboardAttribute.ATTRIBUTE_TYPE.TSK_PROG_NAME, getName(),
applicationName),//NON-NLS
new BlackboardAttribute(
BlackboardAttribute.ATTRIBUTE_TYPE.TSK_PATH, getName(), filePath),
new BlackboardAttribute(
BlackboardAttribute.ATTRIBUTE_TYPE.TSK_DATETIME, getName(),
executionTime),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment