wsvn53 / scrcpy-mobile

Ported scrcpy for mobile platforms, to remotely control Android devices on your iPhone or Android phone.
MIT License
558 stars 33 forks source link

TestFlight v2.4 encountered non-100% occurrence of connectivity issues #63

Open dixtdf opened 5 months ago

dixtdf commented 5 months ago

第一次连接成功后点击stop,接着点击连接有概率无法正常显示画面 After the first successful connection, click stop, and then click connect, there is a chance that the screen will not be displayed correctly. 文本.txt

https://github.com/wsvn53/scrcpy-mobile/assets/106577535/22930a80-603c-4695-b0fe-fb5f729cb22b

dixtdf commented 5 months ago

这个版本对我来说相较于v2.3已经稳定多了,已经达到了比较好用的层次

wsvn53 commented 5 months ago

欸,怎么关掉了呢?我还准备看看,像是个 bug

dixtdf commented 5 months ago

log.txt 抱歉耽误这么久才有时间测试v2.4(2) 这个版本基本上已经可以使用了,点击stop后多次点击开始连接后可以正常连入安卓图形画面,猜测是连接过程中没有禁用开始连接按钮(我觉得这样就行,禁用了反而不好用了)

wsvn53 commented 3 months ago

有可能是关掉之后有些状态变量没有清除干净,以为 adb 是个 C++ 代码,而且色寄来就是命令行模式,所以 app 使用时对于变量的处理可能有点问题,这种情况一般杀死 app 就可以正常。目前还没精力深入进去看,后续有机会再排查一下看看。