Home
last modified time | relevance | path

Searched refs:mLogMode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DSection.cpp527 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()
DSection.h179 int mLogMode; variable