Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp747 bool isSystemProcess = IsSystemProcess(info.module, info.id); in AddFaultLogIfNeed() local
748 if (!isSystemProcess && info.sectionMap["SCBPROCESS"] != "YES") { in AddFaultLogIfNeed()
781 if (!isSystemProcess && info.faultLogType == FaultLogType::CPP_CRASH) { in AddFaultLogIfNeed()
784 } else if (!isSystemProcess && info.faultLogType == FaultLogType::APP_FREEZE) { in AddFaultLogIfNeed()