Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crash_validator/
H A Dcrash_validator.cpp133 if (!noLogEvents_.empty()) { in Dump()
134 dprintf(fd, "No CppCrash Log Events(%zu):\n", noLogEvents_.size()); in Dump()
135 PrintEvents(fd, noLogEvents_, false); in Dump()
264 noLogEvents_.push_back(*it); in CheckOutOfDateEvents()
H A Dcrash_validator.h66 std::vector<CrashEvent> noLogEvents_; variable