|
|
|
@@ -192,8 +192,10 @@ public: |
|
|
|
*/
|
|
|
|
static String getStackBacktrace();
|
|
|
|
|
|
|
|
/** A void() function type, used by setApplicationCrashHandler(). */
|
|
|
|
typedef void (*CrashHandlerFunction)();
|
|
|
|
/** A function type for use in setApplicationCrashHandler(). The parameter will contain
|
|
|
|
platform-specific data about the crash.
|
|
|
|
*/
|
|
|
|
typedef void (*CrashHandlerFunction) (void*);
|
|
|
|
|
|
|
|
/** Sets up a global callback function that will be called if the application
|
|
|
|
executes some kind of illegal instruction.
|
|
|
|
|