terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Static Public Member Functions | |
static void | Inititialize () |
static void | EnableCrashDumps (CrashDump.Options options) |
static void | DisableCrashDumps () |
Properties | |
static bool | LogAllExceptions [get, set] |
static bool | DumpOnException [get, set] |
static bool | DumpOnCrash [get, set, private set] |
static CrashDump.Options | CrashDumpOptions [get, set, private set] |
static string | DumpPath [get, set] |
Static Private Member Functions | |
static string | PrintException (Exception ex) |
static void | HookDebugExceptionDialog () |
Static Private Attributes | |
static bool< LogAllExceptions > | k__BackingField |
static bool< DumpOnException > | k__BackingField |
static bool< DumpOnCrash > | k__BackingField |
static CrashDump.Options< CrashDumpOptions > | k__BackingField |
Definition at line 15 of file CrashWatcher.cs.