feat(crash): find module name in stacktrace if available.
This commit is contained in:
@@ -419,6 +419,13 @@ public class CrashReportAnalyzerTest {
|
||||
CrashReportAnalyzer.findKeywordsFromCrashReport(loadLog("/crash-report/mod/twilightforest.txt")));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void optifine() throws IOException {
|
||||
Assert.assertEquals(
|
||||
new HashSet<>(Collections.singletonList("OptiFine")),
|
||||
CrashReportAnalyzer.findKeywordsFromCrashReport(loadLog("/crash-report/mod/twilightforest_optifine_incompatibility.txt")));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void wizardry() throws IOException {
|
||||
Assert.assertEquals(
|
||||
|
||||
Reference in New Issue
Block a user