LunaSysMgr
|
#include "Common.h"
#include "SoundPlayer.h"
#include <map>
#include <algorithm>
#include <sys/prctl.h>
#include "DisplayManager.h"
#include "HostBase.h"
#include "SoundPlayerPool.h"
#include "Utils.h"
#include "Logging.h"
Macros | |
#define | TRACE_DEBUG_THIS_FILE 0 |
#define | USE_COLOR_PRINTF 1 |
#define | PRINTF(fmt, args...) (void)0 |
#define | PRINTF_RED(fmt, args...) (void)0 |
#define | PRINTF_BLUE(fmt, args...) (void)0 |
#define | PRINTF_YELLOW(fmt, args...) (void)0 |
#define | PRINTF_BOLD(fmt, args...) (void)0 |
#define | DEBUG g_debug |
#define | MESSAGE g_message |
#define | WARNING g_warning |
#define | CRITICAL g_critical |
#define CRITICAL g_critical |
#define DEBUG g_debug |
#define MESSAGE g_message |
#define PRINTF | ( | fmt, | |
args... | |||
) | (void)0 |
#define PRINTF_BLUE | ( | fmt, | |
args... | |||
) | (void)0 |
#define PRINTF_BOLD | ( | fmt, | |
args... | |||
) | (void)0 |
#define PRINTF_RED | ( | fmt, | |
args... | |||
) | (void)0 |
#define PRINTF_YELLOW | ( | fmt, | |
args... | |||
) | (void)0 |
#define TRACE_DEBUG_THIS_FILE 0 |
#define USE_COLOR_PRINTF 1 |
#define WARNING g_warning |