adb-forward
通过无线连接到一个 Android 设备。 更多信息:https://developer.android.com/tools/adb.
adb forward tcp:{{本地_端口}} tcp:{{远程_端口}}
adb forward --list
adb forward --remove tcp:{{本地_端口}}
adb forward --remove-all