Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.h245 int32_t mDumpSizeBytes; variable
DReporter.cpp407 mDumpSizeBytes = 0; in startSection()
418 mDumpSizeBytes = buffer.size(); in setSectionStats()
436 sectionMetadata->set_dump_size_bytes(mDumpSizeBytes); in endSection()