Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.h254 void vflog(const Section* section, status_t err, int level, const char* levelText,
DReporter.cpp457 void ReportWriter::vflog(const Section* section, status_t err, int level, const char* levelText, in vflog() argument
460 int prefixLen = snprintf(NULL, 0, prefixFormat, levelText, section->id, in vflog()
474 sprintf(line, prefixFormat, levelText, section->id, err, strerror(-err)); in vflog()