Remove some error cause inferences

Trampoline - High frequency of false positives.
java.lang.OutOfMemoryError - It's more likely to be a memory leak.
This commit is contained in:
yushijinhun 2018-07-07 18:43:46 +08:00
parent c1596f6a11
commit 310d693e2b
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -51,8 +51,6 @@ public class CrashReporter implements Thread.UncaughtExceptionHandler {
put("netscape.javascript.JSException", i18n("crash.NoClassDefFound"));
put("java.lang.IncompatibleClassChangeError", i18n("crash.NoClassDefFound"));
put("java.lang.ClassFormatError", i18n("crash.NoClassDefFound"));
put("java.lang.OutOfMemoryError", "FUCKING MEMORY LIMIT!");
put("Trampoline", i18n("launcher.update_java"));
put("com.sun.javafx.css.StyleManager.findMatchingStyles", i18n("launcher.update_java"));
put("NoSuchAlgorithmException", "Has your operating system been installed completely or is a ghost system?");
}