已合并
add SetOnRenderProcessDiedCallback client API for render process death notification #30442
LyBbq创建于 6月1日
add SetOnRenderProcessDiedCallback client API for render process death notification #30442
已合并
Pull Request已成功合入, 合并人@openharmony_ci
(感谢 LyBbq 的贡献)6月1日 添加了label:waiting_on_author
openharmony_ci
6月1日 评论:
6月1日 评论:
感谢提交 Pull Requests!如果您提交的PR已经开发完毕,请评论 "start build" 触发门禁,更多交互操作,请访问OpenHarmony社区支持命令清单。如果需要调整订阅PR、Issue的变更状态,请访问订阅链接。
Thanks for submitting the pull request. If your Pull Request has already been developed, you can leave a "start build" comment to trigger the gated system. For more commands, please visit OpenHarmony Command List. If you need to change the subscription of a Pull Request or Issue, please visit the link.


6月1日 添加了label:dco检查成功
此处折叠了96条消息 查看更多
6月6日 合入了pull request,合并节点 SHA:67d823ac2da39d9aa4715f41263435b44a78e1af
6月6日 删除了label:waiting_for_review
6月6日 添加了label:merged
Description:
问题背景:
相机旋转锁定预览方向场景依赖挖孔(punch hole)配置,渲染进程死亡重建后相关配置丢失、挖孔大小异常(issue:相机旋转锁定预览方向-挖孔大小bugfix),应用侧缺少感知渲染进程死亡的统一通知入口。
修复方案:
RSRenderInterface::SetOnRenderProcessDiedCallback(callback),内部对renderPipelineClient_判空保护(rs_render_interface.cpp)RSRenderPipelineClient增加接口声明、tokenMaskId_成员(初值INVALID_TOKEN_MASK_ID),并在rs_iconnect_to_render_process.h定义该常量Issue number:https://gitcode.com/openharmony/msdp_device_status/issues/2597
Test & Result:
CodeCheck:
L0新增用例自检结果