Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.h168 const static int logModeBase = ANDROID_LOG_NONBLOCK; variable
DSection.cpp527 …tion::LogSection(int id, const char* logID, ...) : WorkerThreadSection(id), mLogMode(logModeBase) { in LogSection()