Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.h247 void vflog(const Section* section, status_t err, int level, const char* levelText,
DReporter.cpp400 vflog(section, err, ANDROID_LOG_ERROR, "error", format, args); in warning()
407 vflog(section, err, ANDROID_LOG_WARN, "warning", format, args); in error()
411 void ReportWriter::vflog(const Section* section, status_t err, int level, const char* levelText, in vflog() function in android::os::incidentd::ReportWriter