Searched refs:PrintEvents (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/crash_validator/ |
H A D | crash_validator.cpp | 99 void CrashValidator::PrintEvents(int fd, const std::vector<CrashEvent>& events, bool isMatched) in PrintEvents() function in OHOS::HiviewDFX::CrashValidator 134 PrintEvents(fd, noLogEvents_, false); in Dump() 139 PrintEvents(fd, pendingEvents_, false); in Dump() 144 PrintEvents(fd, matchedEvents_, true); in Dump()
|
H A D | crash_validator.h | 58 void PrintEvents(int fd, const std::vector<CrashEvent>& events, bool isMatched);
|
Completed in 1 milliseconds