HomeSort by relevance Sort by last modified time
    Searched refs:vflog (Results 1 - 2 of 2) sorted by null

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

Completed in 175 milliseconds