Searched refs:logModeBase (Results 1 – 2 of 2) sorted by relevance
168 const static int logModeBase = ANDROID_LOG_NONBLOCK; variable
527 …tion::LogSection(int id, const char* logID, ...) : WorkerThreadSection(id), mLogMode(logModeBase) { in LogSection()