Searched refs:levelText (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | Reporter.h | 254 void vflog(const Section* section, status_t err, int level, const char* levelText,
|
D | Reporter.cpp | 457 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()
|