mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-07-30 12:38:38 +00:00
update:更新注释
This commit is contained in:
parent
710f566d2f
commit
503e0f22c5
1 changed files with 2 additions and 0 deletions
|
@ -420,6 +420,8 @@ void Server::onWorkProcessResult(AdbProcess::ADB_EXEC_RESULT processResult)
|
||||||
m_serverStartStep = SSS_EXECUTE_SERVER;
|
m_serverStartStep = SSS_EXECUTE_SERVER;
|
||||||
startServerByStep();
|
startServerByStep();
|
||||||
} else if (AdbProcess::AER_SUCCESS_START != processResult){
|
} else if (AdbProcess::AER_SUCCESS_START != processResult){
|
||||||
|
// 有一些设备reverse会报错more than o'ne device,adb的bug
|
||||||
|
// https://github.com/Genymobile/scrcpy/issues/5
|
||||||
qCritical("adb reverse failed");
|
qCritical("adb reverse failed");
|
||||||
m_tunnelForward = true;
|
m_tunnelForward = true;
|
||||||
m_serverStartStep = SSS_ENABLE_TUNNEL_FORWARD;
|
m_serverStartStep = SSS_ENABLE_TUNNEL_FORWARD;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue