AirtestProject / AirtestProject/Poco

碰到一个诡异的问题

未关闭
#70 2 条评论 0 个 reaction 已指派 2 人 已被 @rockywhisper 认领 在 GitHub 查看
主要语言
Python
星标
2k
派生
341
PR 合并指标
30 天内没有已合并 PR

描述

我在1920x1080上用IDE截图及运行的case,然后换台1080x2160的手机去跑,发现脚本没有异常,但是运行一会就中断(用的是指令运行脚本,但是IDE运行时正常通过),没报任何错误。(同一分辨率运行也是没问题的)
我的代码也加入了
def custom_resize_method(w, h, sch_resolution, src_resolution): print(w, h, sch_resolution, src_resolution) return int(w), int(h) ST.RESIZE_METHOD = custom_resize_method
你可以看一下我运行的结果报告
[对比报告.zip](https://github.com/AirtestProject/Poco/files/2281915/default.zip)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。