Searched refs:levelText (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | Reporter.h | 247 void vflog(const Section* section, status_t err, int level, const char* levelText,
|
D | Reporter.cpp | 411 void ReportWriter::vflog(const Section* section, status_t err, int level, const char* levelText, in vflog() argument 414 int prefixLen = snprintf(NULL, 0, prefixFormat, levelText, section->id, in vflog() 428 sprintf(line, prefixFormat, levelText, section->id, err, strerror(-err)); in vflog()
|