mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
4629 add creation of OS Info artifacts for OSX
This commit is contained in:
parent
bcbd236044
commit
279a08d61c
@ -57,7 +57,7 @@ public class DataSourceUsageAnalyzer extends Extract {
|
||||
this.dataSource = dataSource;
|
||||
try {
|
||||
checkForOpperatingSystemSpecificFiles(Arrays.asList(WINDOWS_VOLUME_PATH), Bundle.DataSourceAnalyzer_windowsVolume_label(), "");
|
||||
checkForOpperatingSystemSpecificFiles(Arrays.asList(OSX_VOLUME_PATH), Bundle.DataSourceUsageAnalyzer_osxVolume_label(), "");
|
||||
checkForOpperatingSystemSpecificFiles(Arrays.asList(OSX_VOLUME_PATH), Bundle.DataSourceUsageAnalyzer_osxVolume_label(), Bundle.DataSourceUsageAnalyzer_osx_label());
|
||||
} catch (TskCoreException ex) {
|
||||
logger.log(Level.WARNING, "Failed to check if datasource contained Windows volume.", ex);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user