Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/incidentd/src/
H A DReporter.cpp410 mSectionTruncated = false; in startSection()
421 mSectionTruncated = buffer.truncated(); in setSectionStats()
439 sectionMetadata->set_is_truncated(mSectionTruncated); in endSection()
H A DReporter.h248 bool mSectionTruncated; variable