Android USB Debugging Port Forward Error

旧巷老猫 提交于 2019-12-12 09:34:11

问题


I am having a problem with the android remote debug port forwarding. I need to get ports in the 44300-44399 range forward because visual studio debugging only allows SSL on those ports, but I can never get those ports to forward even though the documentation says it should work on any port from 1024-65535. Anyone encountered this or know how I can figure out why the port isn't forwarded? I know the connection is there since other ports work ok.


回答1:


I found this in the Chromium source. Apparently only 1024-10000 is allowed despite the docs in chrome saying otherwise. Checking to see if they are open to expanding the allowed range to the full spectrum.



来源:https://stackoverflow.com/questions/26836574/android-usb-debugging-port-forward-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!