Lines Matching refs:gLogLevel
32 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);33 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);