AirtestProject / AirtestProject/Poco
碰到一个诡异的问题
Aperta
- Lingua principale
- Python
- Stelle
- 2k
- Fork
- 341
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
我在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)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.