Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp831 userPanicEvent->domain_ = "FRAMEWORK"; in ReportUserPanicWarning()
832 userPanicEvent->eventName_ = "USER_PANIC_WARNING"; in ReportUserPanicWarning()
833 userPanicEvent->happenTime_ = TimeUtil::GetMilliseconds(); in ReportUserPanicWarning()
840 userPanicEvent->SetEventValue("PID", pid); in ReportUserPanicWarning()
841 userPanicEvent->SetEventValue("UID", 0); in ReportUserPanicWarning()
842 userPanicEvent->SetEventValue("PACKAGE_NAME", processName); in ReportUserPanicWarning()
844 userPanicEvent->SetEventValue("MSG", msg); in ReportUserPanicWarning()
845 userPanicEvent->SetPrivacy(USER_PANIC_WARNING_PRIVACY); in ReportUserPanicWarning()
846 userPanicEvent->SetLevel("CRITICAL"); in ReportUserPanicWarning()
847 userPanicEvent->SetTag("STABILITY"); in ReportUserPanicWarning()
[all …]