Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp355 bool isJsError = event->eventName_ == "JS_ERROR"; in OnEvent() local
363 info.faultLogType = isJsError ? FaultLogType::JS_CRASH : FaultLogType::RUST_PANIC; in OnEvent()
364 …info.module = isJsError ? sysEvent->GetEventValue("PACKAGE_NAME") : sysEvent->GetEventValue("MODUL… in OnEvent()