1# Copyright (c) 2024 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14domain: APPSPAWN 15 16SPAWN_CHILD_PROCESS_FAIL: 17 __BASE: {type: FAULT, level: CRITICAL, desc: Spawn Child Process Fail} 18 PROCESS_NAME: {type: STRING, desc: Process Name} 19 ERROR_CODE: {type: INT32, desc: Error Code} 20 SRC_PATH : {type: STRING, desc: Source Path For Mount Failed} 21 TARGET_PATH: {type: STRING, desc: Target Path For Mount Failed} 22 SPAWN_RESULT : {type: INT32, desc: Process Spawn Result} 23 24SPAWN_KEY_EVENT: 25 __BASE: {type: BEHAVIOR, level: CRITICAL, desc: Spawn Key Event Finish} 26 EVENT_NAME: {type: STRING, desc: Event Name} 27 28SPAWN_PROCESS_DURATION: 29 __BASE: {type: STATISTIC, level: CRITICAL, desc: Boot Process Duration} 30 MAXDURATION: {type: INT64, desc: Max Spawn Process Duration} 31 MINDURATION: {type: INT64, desc: Min Spawn Process Duration} 32 TOTALDURATION: {type: INT64, desc: Total Spawn Process Duration} 33 EVENTCOUNT: {type: INT64, desc: Total Spawn Process Count} 34 STAGE: {type: STRING, desc: Boot Stage Or BootFinished Stage} 35 36SPAWN_ABNORMAL_DURATION: 37 __BASE: {type: BEHAVIOR, level: CRITICAL, desc: Scene Duration} 38 SCENE_NAME: {type: STRING, desc: Scene Name} 39 DURATION: {type: INT64, desc: Scene Duration}