Add more detailed CrashReport for CraftBukkit. Addresses BUKKIT-2319

This commit is contained in:
Wesley Wolfe
2012-08-17 23:11:26 -05:00
parent acedd049c5
commit cacfc71b46
2 changed files with 42 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ public class CrashReport {
this.a("Java VM Version", (Callable) (new CrashReportJavaVMVersion(this)));
this.a("Memory", (Callable) (new CrashReportMemory(this)));
this.a("JVM Flags", (Callable) (new CrashReportJVMFlags(this)));
this.a("CraftBukkit Information", (Callable) (new org.bukkit.craftbukkit.CraftCrashReport())); // CraftBukkit
}
public void a(String s, Callable callable) {