Home
last modified time | relevance | path

Searched refs:RUST_PANIC (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
H A Dfaultlogger_client.h65 RUST_PANIC, enumerator
96 * eg: CPP_CRASH,JS_CRASH,APP_FREEZE,SYS_FREEZE,SYS_WARNING,RUST_PANIC
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlog_info.h49 RUST_PANIC, enumerator
H A Dfaultlog_util.cpp67 case FaultLogType::RUST_PANIC: in GetFaultNameByType()
68 return asFileName ? "rustpanic" : "RUST_PANIC"; in GetFaultNameByType()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.cpp201 if (faultType < FaultLogType::ALL || faultType > FaultLogType::RUST_PANIC) { in IsFaultExist()
H A Dfaultlog_formatter.cpp126 case FaultLogType::RUST_PANIC: in GetLogParseList()
H A Dfaultlogger.cpp459 event->eventName_ != "RUST_PANIC" && in IsInterestedPipelineEvent()
475 } else if (sysEvent.eventName_ == "RUST_PANIC") { in FillFaultLogInfo()
476 info.faultLogType = FaultLogType::RUST_PANIC; in FillFaultLogInfo()
523 if (event->eventName_ != "JS_ERROR" && event->eventName_ != "RUST_PANIC" in OnEvent()
770 if (info.faultLogType != FaultLogType::JS_CRASH && info.faultLogType != FaultLogType::RUST_PANIC in AddFaultLogIfNeed()

Completed in 4 milliseconds