mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Merge pull request #6880 from APriestman/leappFix
Comment out broken leapp code temporarily
This commit is contained in:
commit
d1f5917f19
@ -578,6 +578,7 @@ public final class LeappFileProcessor {
|
|||||||
String sourceFile = null;
|
String sourceFile = null;
|
||||||
MessageAttachments messageAttachments = null;
|
MessageAttachments messageAttachments = null;
|
||||||
|
|
||||||
|
/******* DISABLE TEMPORARILY*************
|
||||||
try {
|
try {
|
||||||
for (BlackboardAttribute bba : bbattributes) {
|
for (BlackboardAttribute bba : bbattributes) {
|
||||||
switch (bba.getAttributeType().getTypeName()) {
|
switch (bba.getAttributeType().getTypeName()) {
|
||||||
@ -656,7 +657,7 @@ public final class LeappFileProcessor {
|
|||||||
}
|
}
|
||||||
} catch (NoCurrentCaseException | TskCoreException | BlackboardException ex) {
|
} catch (NoCurrentCaseException | TskCoreException | BlackboardException ex) {
|
||||||
throw new IngestModuleException(Bundle.LeappFileProcessor_cannot_create_message_relationship() + ex.getLocalizedMessage(), ex); //NON-NLS
|
throw new IngestModuleException(Bundle.LeappFileProcessor_cannot_create_message_relationship() + ex.getLocalizedMessage(), ex); //NON-NLS
|
||||||
}
|
}*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user