Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlog_util.cpp53 std::string GetFaultNameByType(int32_t faultType, bool asFileName) in GetFaultNameByType() argument
57 return asFileName ? "jscrash" : "JS_ERROR"; in GetFaultNameByType()
59 return asFileName ? "cppcrash" : "CPP_CRASH"; in GetFaultNameByType()
61 return asFileName ? "appfreeze" : "APP_FREEZE"; in GetFaultNameByType()
63 return asFileName ? "sysfreeze" : "SYS_FREEZE"; in GetFaultNameByType()
65 return asFileName ? "syswarning" : "SYS_WARNING"; in GetFaultNameByType()
67 return asFileName ? "rustpanic" : "RUST_PANIC"; in GetFaultNameByType()
69 return asFileName ? "sanitizer" : "ADDR_SANITIZER"; in GetFaultNameByType()