Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.cpp366 mSectionErrors.clear(); in startSection()
394 sectionMetadata->set_error_msg(mSectionErrors); in endSection()
434 if (mSectionErrors.length() == 0) { in vflog()
435 mSectionErrors = line; in vflog()
437 mSectionErrors += '\n'; in vflog()
438 mSectionErrors += line; in vflog()
DReporter.h244 string mSectionErrors; variable