Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp479 LogSection::LogSection(int id, log_id_t logID) : WorkerThreadSection(id), mLogID(logID) { in LogSection() argument
481 name += android_log_id_to_name(logID); in LogSection()
482 switch (logID) { in LogSection()
DSection.h150 LogSection(int id, log_id_t logID);