Home | History | Annotate | Download | only in api1

Lines Matching refs:gLogLevel

37 #define ALOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
38 #define ALOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
124 if (gLogLevel >= 1) {