adb forward
list all forward socket connections
adb forward --list
set up port forwarding
adb forward tcp:6123 tcp:7123
sets up forwarding of computer port 6123 to Android device port 7123
list all forward socket connections
adb forward --list
set up port forwarding
adb forward tcp:6123 tcp:7123