1209bc2fbSopenharmony_ci#  Copyright (c) 2021 Huawei Device Co., Ltd.
2209bc2fbSopenharmony_ci#  Licensed under the Apache License, Version 2.0 (the "License");
3209bc2fbSopenharmony_ci#  you may not use this file except in compliance with the License.
4209bc2fbSopenharmony_ci#  You may obtain a copy of the License at
5209bc2fbSopenharmony_ci#
6209bc2fbSopenharmony_ci#      http://www.apache.org/licenses/LICENSE-2.0
7209bc2fbSopenharmony_ci#
8209bc2fbSopenharmony_ci#  Unless required by applicable law or agreed to in writing, software
9209bc2fbSopenharmony_ci#  distributed under the License is distributed on an "AS IS" BASIS,
10209bc2fbSopenharmony_ci#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11209bc2fbSopenharmony_ci#  See the License for the specific language governing permissions and
12209bc2fbSopenharmony_ci#  limitations under the License.
13209bc2fbSopenharmony_ci
14209bc2fbSopenharmony_cidomain: FRAMEWORK
15209bc2fbSopenharmony_ci
16209bc2fbSopenharmony_ciSERVICE_TIMEOUT:
17209bc2fbSopenharmony_ci  __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: timer timeout}
18209bc2fbSopenharmony_ci  PID: {type: INT32, desc: failure process pid}
19209bc2fbSopenharmony_ci  TGID: {type: INT32, desc: failure process gid}
20209bc2fbSopenharmony_ci  UID: {type: INT32, desc: failure process uid}
21209bc2fbSopenharmony_ci  MODULE_NAME: {type: STRING, desc: failure module name}
22209bc2fbSopenharmony_ci  PROCESS_NAME: {type: STRING, desc: process name}
23209bc2fbSopenharmony_ci  MSG: {type: STRING, desc: event message}
24209bc2fbSopenharmony_ci  STACK: {type: STRING, desc: stacktrace of service process}
25209bc2fbSopenharmony_ci
26209bc2fbSopenharmony_ciSERVICE_BLOCK:
27209bc2fbSopenharmony_ci  __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: watchdog timeout}
28209bc2fbSopenharmony_ci  PID: {type: INT32, desc: failure process pid}
29209bc2fbSopenharmony_ci  TGID: {type: INT32, desc: failure process gid}
30209bc2fbSopenharmony_ci  UID: {type: INT32, desc: failure process uid}
31209bc2fbSopenharmony_ci  MODULE_NAME: {type: STRING, desc: failure module name}
32209bc2fbSopenharmony_ci  PROCESS_NAME: {type: STRING, desc: process name}
33209bc2fbSopenharmony_ci  MSG: {type: STRING, desc: event message}
34209bc2fbSopenharmony_ci  STACK: {type: STRING, desc: stacktrace of service process}
35209bc2fbSopenharmony_ci
36209bc2fbSopenharmony_ciSERVICE_WARNING:
37209bc2fbSopenharmony_ci  __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: watchdog timeout}
38209bc2fbSopenharmony_ci  PID: {type: INT32, desc: failure process pid}
39209bc2fbSopenharmony_ci  TGID: {type: INT32, desc: failure process gid}
40209bc2fbSopenharmony_ci  UID: {type: INT32, desc: failure process uid}
41209bc2fbSopenharmony_ci  MODULE_NAME: {type: STRING, desc: failure module name}
42209bc2fbSopenharmony_ci  PROCESS_NAME: {type: STRING, desc: process name}
43209bc2fbSopenharmony_ci  MSG: {type: STRING, desc: event message}
44209bc2fbSopenharmony_ci  STACK: {type: STRING, desc: stacktrace of service process}
45209bc2fbSopenharmony_ci
46209bc2fbSopenharmony_ciIPC_FULL:
47209bc2fbSopenharmony_ci  __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: ipc full}
48209bc2fbSopenharmony_ci  PID: {type: INT32, desc: failure process pid}
49209bc2fbSopenharmony_ci  TGID: {type: INT32, desc: failure process gid}
50209bc2fbSopenharmony_ci  UID: {type: INT32, desc: failure process uid}
51209bc2fbSopenharmony_ci  MODULE_NAME: {type: STRING, desc: failure module name}
52209bc2fbSopenharmony_ci  PROCESS_NAME: {type: STRING, desc: process name}
53209bc2fbSopenharmony_ci  MSG: {type: STRING, desc: event message}
54209bc2fbSopenharmony_ci  STACK: {type: STRING, desc: stacktrace of service process}