public class CrashReportCategory extends Object
Constructor and Description |
---|
CrashReportCategory(CrashReport par1CrashReport,
String par2Str) |
Modifier and Type | Method and Description |
---|---|
void |
addCrashSection(String par1Str,
Object par2Obj)
Adds a Crashreport section with the given name with the given value (convered .toString())
|
void |
addCrashSectionCallable(String par1Str,
Callable par2Callable)
Adds a Crashreport section with the given name with the value set to the result of the given Callable;
|
void |
addCrashSectionThrowable(String par1Str,
Throwable par2Throwable)
Adds a Crashreport section with the given name with the given Throwable
|
static void |
func_85068_a(CrashReportCategory par0CrashReportCategory,
int par1,
int par2,
int par3,
int par4,
int par5) |
boolean |
func_85069_a(StackTraceElement par1StackTraceElement,
StackTraceElement par2StackTraceElement) |
void |
func_85070_b(int par1) |
static String |
func_85071_a(int par0,
int par1,
int par2) |
void |
func_85072_a(StringBuilder par1StringBuilder) |
int |
func_85073_a(int par1) |
static String |
func_85074_a(double par0,
double par2,
double par4) |
public CrashReportCategory(CrashReport par1CrashReport, String par2Str)
public static String func_85074_a(double par0, double par2, double par4)
public static String func_85071_a(int par0, int par1, int par2)
public void addCrashSectionCallable(String par1Str, Callable par2Callable)
public void addCrashSection(String par1Str, Object par2Obj)
public void addCrashSectionThrowable(String par1Str, Throwable par2Throwable)
public int func_85073_a(int par1)
public boolean func_85069_a(StackTraceElement par1StackTraceElement, StackTraceElement par2StackTraceElement)
public void func_85070_b(int par1)
public void func_85072_a(StringBuilder par1StringBuilder)
public static void func_85068_a(CrashReportCategory par0CrashReportCategory, int par1, int par2, int par3, int par4, int par5)