|
UFO: Alien Invasion
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <ctype.h>#include <signal.h>#include <errno.h>#include <android/log.h>#include "android_debugger.h"
Go to the source code of this file.
Functions | |
| static void | mySignalHandler (int sig) |
| void | androidDumpBacktrace (FILE *out) |
Variables | |
| static sighandler_t | debuggerHandler |
Definition at line 15 of file android_debugger.cpp.
References debuggerHandler.
|
static |
Definition at line 13 of file android_debugger.cpp.
Referenced by mySignalHandler().