1 Star 0 Fork 319

ht/inputmethod_imf_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hisysevent.yaml 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
wangdongqi 提交于 2024-04-28 15:05 . 增加故障打点
# Copyright (c) 2021-2022 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: INPUTMETHOD
SERVICE_INIT_FAILED:
__BASE: {type: FAULT, level: CRITICAL, tag: IMFServiceFailed, desc: Input method service init fault}
USER_ID: {type: INT32, desc: The user id}
COMPONENT_ID: {type: STRING, desc: Component name}
ERROR_CODE: {type: INT32, desc: Error code}
UNAVAILABLE_INPUTMETHOD:
__BASE: {type: FAULT, level: CRITICAL, tag: IMEUnavaliable, desc: Inputmethod unavailable}
USER_ID: {type: INT32, desc: The user id}
APP_NAME: {type: STRING, desc: App name}
ERROR_CODE: {type: INT32, desc: Error code}
INFO: {type: STRING, desc: Error information}
IME_USAGE:
__BASE: {type: STATISTIC, level: MINOR, tag: IMEUsage, desc: Inputmethod using report}
IME_START: {type: INT32, desc: The count of ime starts}
IME_CHANGE: {type: INT32, desc: The count of ime switchs}
OPERATE_SOFTKEYBOARD:
__BASE: {type: BEHAVIOR, level: MINOR, tag: IMEOperate, desc: Operate the soft keyboard report}
OPERATING: {type: STRING, desc: 'Show, hide or unbind soft keyboard'}
OPERATE_INFO: {type: STRING, desc: 'Manipulate to show, hide, or unbind soft keyboard information'}
IME_STATE_CHANGED:
__BASE: {type: BEHAVIOR, level: MINOR, tag: IMEState, desc: InputMethodExtension state changed}
STATE: {type: INT32, desc: InputMethodExtension STATE}
PID: {type: INT32, desc: The process id of current InputMethodExtension}
BUNDLE_NAME: {type: STRING, desc: The bundle name of current InputMethodExtension}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/htt1997/inputmethod_imf_1.git
git@gitee.com:htt1997/inputmethod_imf_1.git
htt1997
inputmethod_imf_1
inputmethod_imf_1
master

搜索帮助