1 Star 0 Fork 236

Caoruihong / hiviewdfx_hiview

forked from OpenHarmony / hiviewdfx_hiview 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hisysevent.yaml 5.97 KB
一键复制 编辑 原始数据 按行查看 历史
# Copyright (c) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
domain: RELIABILITY
APP_FREEZE:
__BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: application freeze}
SUB_EVENT_TYPE: {type: STRING, desc: sub event type}
EVENT_TIME: {type: STRING, desc: event time}
MODULE: {type: STRING, desc: module}
PNAME: {type: STRING, desc: process name}
REASON: {type: STRING, desc: reason}
DIAG_INFO: {type: STRING, desc: diagnostic info}
STACK: {type: STRING, desc: stack}
HIVIEW_LOG_FILE_PATHS: {type: STRING, arrsize: 10, desc: log paths}
DOMAIN: {type: STRING, desc: event domain}
STRING_ID: {type: STRING, desc: event stringid}
PID: {type: INT32, desc: pid}
UID: {type: INT32, desc: uid}
PACKAGE_NAME: {type: STRING, desc: package name}
PROCESS_NAME: {type: STRING, desc: process name}
MSG: {type: STRING, desc: application event message}
SUMMARY: {type: STRING, desc: fault summary}
FAULT_TYPE: {type: STRING, desc: fault type}
LOG_PATH: {type: STRING, desc: fault log path}
FINGERPRINT: {type: STRING, desc: unique id for grouping same fault}
PANME: {type: STRING, desc: process name}
FIRST_FRAME: {type: STRING, desc: first stack info}
SECOND_FRAME: {type: STRING, desc: second stack info}
LAST_FRAME: {type: STRING, desc: last stack info}
SYS_FREEZE:
__BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: system freeze}
SUB_EVENT_TYPE: {type: STRING, desc: sub event type}
EVENT_TIME: {type: STRING, desc: event time}
MODULE: {type: STRING, desc: module}
PNAME: {type: STRING, desc: process name}
REASON: {type: STRING, desc: reason}
DIAG_INFO: {type: STRING, desc: diagnostic info}
STACK: {type: STRING, desc: stack}
HIVIEW_LOG_FILE_PATHS: {type: STRING, arrsize: 10, desc: log paths}
DOMAIN: {type: STRING, desc: event domain}
STRING_ID: {type: STRING, desc: event stringid}
PID: {type: INT32, desc: pid}
UID: {type: INT32, desc: uid}
PACKAGE_NAME: {type: STRING, desc: package name}
PROCESS_NAME: {type: STRING, desc: process name}
MSG: {type: STRING, desc: application event message}
FINGERPRINT: {type: STRING, desc: unique id for grouping same fault}
PANME: {type: STRING, desc: process name}
FIRST_FRAME: {type: STRING, desc: first stack info}
SECOND_FRAME: {type: STRING, desc: second stack info}
LAST_FRAME: {type: STRING, desc: last stack info}
STACK:
__BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: system freeze}
PID: {type: INT32, desc: pid}
UID: {type: INT32, desc: uid}
PACKAGE_NAME: {type: STRING, desc: package name}
PROCESS_NAME: {type: STRING, desc: process name}
MSG: {type: STRING, desc: application event message}
SERVICE_BLOCK_REPORT:
__BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: application freeze}
HIVIEW_LOG_FILE_PATHS: {type: STRING, arrsize: 10, desc: log paths}
PID: {type: INT32, desc: pid}
TGID: {type: INT32, desc: tgid}
MSG: {type: STRING, desc: watchdog event message}
SERVICE_TIMEOUT_REPORT:
__BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: application freeze}
HIVIEW_LOG_FILE_PATHS: {type: STRING, arrsize: 10, desc: log paths}
PID: {type: INT32, desc: pid}
TGID: {type: INT32, desc: tgid}
MSG: {type: STRING, desc: timer event message}
CPP_CRASH:
__BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: cpp crash}
MODULE: {type: STRING, desc: module name}
VERSION: {type: STRING, desc: module version}
REASON: {type: STRING, desc: fault reason}
PID: {type: INT32, desc: pid}
UID: {type: INT32, desc: uid}
SUMMARY: {type: STRING, desc: fault summary}
FAULT_TYPE: {type: STRING, desc: fault type}
LOG_PATH: {type: STRING, desc: fault log path}
FINGERPRINT: {type: STRING, desc: unique id for grouping same fault}
FG: {type: INT32, desc: whether current app is in foreground}
HAPPEN_TIME: {type: INT64, desc: fault trigger time}
LIFETIME: {type: INT64, desc: elapse time since process start}
PANME: {type: STRING, desc: process name}
FIRST_FRAME: {type: STRING, desc: first stack info}
SECOND_FRAME: {type: STRING, desc: second stack info}
LAST_FRAME: {type: STRING, desc: last stack info}
CPP_CRASH_NO_LOG:
__BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: encounter cpp crash but no log generated}
PROCESS_NAME: {type: STRING, desc: process name}
PID: {type: INT32, desc: pid}
UID: {type: INT32, desc: uid}
HAPPEN_TIME: {type: INT64, desc: fault trigger time}
ADDR_SANITIZER:
__BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: AddressSanitizer}
MODULE: {type: STRING, desc: module name}
VERSION: {type: STRING, desc: module version}
REASON: {type: STRING, desc: fault reason}
PID: {type: INT32, desc: pid}
UID: {type: INT32, desc: uid}
SUMMARY: {type: STRING, desc: fault summary}
FAULT_TYPE: {type: STRING, desc: fault type}
LOG_NAME: {type: STRING, desc: fault log name}
FINGERPRINT: {type: STRING, desc: unique id for grouping same fault}
HAPPEN_TIME: {type: INT64, desc: fault trigger time}
LEAK_SANITIZER:
__BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: LeakSanitizer}
MODULE: {type: STRING, desc: module name}
VERSION: {type: STRING, desc: module version}
REASON: {type: STRING, desc: fault reason}
PID: {type: INT32, desc: pid}
UID: {type: INT32, desc: uid}
SUMMARY: {type: STRING, desc: fault summary}
FAULT_TYPE: {type: STRING, desc: fault type}
LOG_NAME: {type: STRING, desc: fault log name}
FINGERPRINT: {type: STRING, desc: unique id for grouping same fault}
HAPPEN_TIME: {type: INT64, desc: fault trigger time}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/caoruihong/hiviewdfx_hiview.git
git@gitee.com:caoruihong/hiviewdfx_hiview.git
caoruihong
hiviewdfx_hiview
hiviewdfx_hiview
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891