| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: refine touch controller implementation Signed-off-by: hellohyh001 <huiyuehong@huawei.com> Change-Id: Id5da73b72b73652185074edea10d769f48628e81 | 3 个月前 | |
!9804 merge log-downgrade-0715 into master log(mmi): downgrade high-frequency logs to debug and add function-key fields Created-by: kevin812085902 Commit-by: JustinHu Merged-by: openharmony_ci Description: https://gitcode.com/openharmony/multimodalinput_input/issues/7655?ref=&did=4166951#tid-4166951 ## 修改说明 本次为高频日志整改,**仅修改日志级别与日志内容,不涉及任何业务代码**。 ### 一、高频日志降级为 Debug(基于 Domain 0xD002805 Top18 统计) 现网仅采集 Info 及以上日志,Debug 现网不打印。将以下高频日志降为 Debug,可在现网消除刷屏,实验室复现时开启 Debug 仍可观测: | 文件 | 日志 | 改动 | 统计次数 | | --- | --- | --- | --- | | service/joystick/src/joystick_event_interface.cpp | "Device Not joystick" | INFO → DEBUG | 1497 | | service/event_dispatch/src/event_dispatch_handler.cpp | "Can't find pointer item, pointer:-1" | ERROR → DEBUG | 503498 | 说明:pointer 日志 503498 次全部为 pointer:-1(恒为 -1),属稳定的过滤分支而非随机故障,原 ERROR 级别刷屏属级别不当;仅改级别, return 行为不变,不影响业务。 ### 二、维测字段增强(来源于在研维测 diff 的日志部分) 在按键分发/注入日志中追加 NumLock/CapsLock/ScrollLock 功能键状态,便于维测定位: - frameworks/proxy/event_handler/src/client_msg_handler.cpp:按键接收分发日志追加 NL/CL/SL - frameworks/proxy/event_handler/src/input_manager_impl.cpp:按键注入日志追加 NL/CL/SL ### 未纳入修改 - Top18 中 rank2~16(15 条 FingerprintEventProcessor 指纹日志)源码不在本仓,本次未覆盖。 - rank18(CHKFR 宏生成的触屏转换失败 Error 日志)由全仓通用宏生成且为真实功能故障,禁止降级。 ### 自检 - [x] 仅日志改动,无业务逻辑变更 - [ ] CI 编译验证 关联 Issue: 待补充(由提交者手动创建并关联) See merge request: openharmony/multimodalinput_input!9804 | 14 天前 | |
fix: add explicit deps for napi:ace_napi public_external_deps downgrade ace_napi downgraded public_external_deps to external_deps, breaking transitive propagation of node:node_header_notice and libuv:uv. - Add node:node_header_notice to all targets with napi:ace_napi (30 files) because native_api.h/native_node_api.h include node_api.h - Add libuv:uv to targets whose sources include uv.h (4 files) - Add "node" to bundle.json deps.components - ets_runtime:libark_jsruntime not needed (no source includes jsnapi.h) Fixes #7661 Co-Authored-By: Agent Signed-off-by: athends <huwanyong1@huawei.com> 🤖 AI[100%] 🔧 Human Fixed[0%] 🧑 Human[0%] 👌 AI Adopted[100%] Co-authored-by: opencode (glm-5.2) <ai@local> | 17 天前 |