Searched refs:catcher (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | event_log_task.cpp | 126 for (auto& catcher : tasks_) { in StartCompose() local 135 AddSeparator(dupedFd, catcher); in StartCompose() 136 int curLogSize = catcher->Catch(dupedFd, dupedJsonFd); in StartCompose() 140 if (ShouldStopLogTask(dupedFd, catcherIndex, curLogSize, catcher)) { in StartCompose() 156 std::shared_ptr<EventLogCatcher> catcher) in ShouldStopLogTask() argument 170 AddStopReason(fd, catcher, "Exceed max log size"); in ShouldStopLogTask() 176 AddStopReason(fd, catcher, "Log catcher not successful"); in ShouldStopLogTask() 186 if (catcher != nullptr) { in AddStopReason() 187 catcher->Stop(); in AddStopReason() 190 std::string summary = catcher->GetDescription(); in AddStopReason() [all …]
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/ |
H A D | event_log_task.h | 67 …opLogTask(int fd, uint32_t curTaskIndex, int curLogSize, std::shared_ptr<EventLogCatcher> catcher); 68 void AddStopReason(int fd, std::shared_ptr<EventLogCatcher> catcher, const std::string& reason); 69 void AddSeparator(int fd, std::shared_ptr<EventLogCatcher> catcher) const;
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerddumpcatcher_fuzzer/ |
H A D | faultloggerddumpcatcher_fuzzer.cpp | 47 std::shared_ptr<DfxDumpCatcher> catcher = std::make_shared<DfxDumpCatcher>(); in DumpStackTraceTest() local 48 catcher->DumpCatch(pid, tid, msg, DEFAULT_MAX_FRAME_NUM, false); in DumpStackTraceTest()
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | appfreeze-guidelines.md | 194 PeerBinderCatcher start catcher stacktrace for pid 685 952 PeerBinderCatcher start catcher stacktrace for pid : 979 1294 PeerBinderCatcher start catcher stacktrace for pid : 5235
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | appfreeze-guidelines.md | 194 PeerBinderCatcher start catcher stacktrace for pid 685 952 PeerBinderCatcher start catcher stacktrace for pid : 979 1294 PeerBinderCatcher start catcher stacktrace for pid : 5235
|