Searched refs:mLogMode (Results 1 – 2 of 2) sorted by relevance
527 LogSection::LogSection(int id, const char* logID, ...) : WorkerThreadSection(id), mLogMode(logModeB… in LogSection()541 mLogMode = mLogMode | ANDROID_LOG_PSTORE; in LogSection()591 ? android_logger_list_alloc(mLogMode, 0, 0) in BlockingCall()592 : android_logger_list_alloc_time(mLogMode, gLastLogsRetrieved[mLogID], 0), in BlockingCall()
179 int mLogMode; variable