Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.cpp413 mSectionErrors.clear(); in startSection()
440 sectionMetadata->set_error_msg(mSectionErrors); in endSection()
480 if (mSectionErrors.length() == 0) { in vflog()
481 mSectionErrors = line; in vflog()
483 mSectionErrors += '\n'; in vflog()
484 mSectionErrors += line; in vflog()
DReporter.h251 string mSectionErrors; variable