136a3a8d0Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
236a3a8d0Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
336a3a8d0Sopenharmony_ci# you may not use this file except in compliance with the License.
436a3a8d0Sopenharmony_ci# You may obtain a copy of the License at
536a3a8d0Sopenharmony_ci#
636a3a8d0Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
736a3a8d0Sopenharmony_ci#
836a3a8d0Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
936a3a8d0Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
1036a3a8d0Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1136a3a8d0Sopenharmony_ci# See the License for the specific language governing permissions and
1236a3a8d0Sopenharmony_ci# limitations under the License.
1336a3a8d0Sopenharmony_ci
1436a3a8d0Sopenharmony_cidomain: GLOBAL_RESMGR
1536a3a8d0Sopenharmony_ci
1636a3a8d0Sopenharmony_ci# resmgr init event
1736a3a8d0Sopenharmony_ci
1836a3a8d0Sopenharmony_ciINIT_RESMGR_FAILED:
1936a3a8d0Sopenharmony_ci  __BASE: {type: FAULT, level: CRITICAL, tag: usability, desc: init resourceManager failed}
2036a3a8d0Sopenharmony_ci  BUNDLENAME: {type: STRING, desc: bundle name}
2136a3a8d0Sopenharmony_ci  ERROR_MSG: {type: STRING, desc: error message}
2236a3a8d0Sopenharmony_ci
2336a3a8d0Sopenharmony_ci# app behavior event
2436a3a8d0Sopenharmony_ci
2536a3a8d0Sopenharmony_ciGET_RES_BY_ID_FAILED:
2636a3a8d0Sopenharmony_ci  __BASE: {type: BEHAVIOR, level: MINOR, tag: app, desc: resmgr get resource by id failed}
2736a3a8d0Sopenharmony_ci  ID: {type: INT32, desc: resource id}
2836a3a8d0Sopenharmony_ci  RESULT: {type: STRING, desc: the resource result}
2936a3a8d0Sopenharmony_ci  ERROR_MSG: {type: STRING, desc: error message}
3036a3a8d0Sopenharmony_ci
3136a3a8d0Sopenharmony_ciGET_RES_BY_NAME_FAILED:
3236a3a8d0Sopenharmony_ci  __BASE: {type: BEHAVIOR, level: MINOR, tag: app, desc: resmgr get resource by name failed}
3336a3a8d0Sopenharmony_ci  NAME: {type: STRING, desc: resource name}
3436a3a8d0Sopenharmony_ci  RESULT: {type: STRING, desc: the resource result}
3536a3a8d0Sopenharmony_ci  ERROR_MSG: {type: STRING, desc: error message}
3636a3a8d0Sopenharmony_ci
3736a3a8d0Sopenharmony_ciADD_RES_PATH_FAILED:
3836a3a8d0Sopenharmony_ci  __BASE: {type: BEHAVIOR, level: MINOR, tag: app, desc: ohos add resource path failed}
3936a3a8d0Sopenharmony_ci  PATH: {type: STRING, desc: resource path}
4036a3a8d0Sopenharmony_ci  ERROR_MSG: {type: STRING, desc: error message}
41