AdbForwardList extension type
Represents a parsed result of adb forward --list command.
Constructors
- AdbForwardList.parse(String adbForwardOutput)
-
Parses the output of
adb forward --list
command into a map.
Methods
-
getMappedPortsForDevice(
String deviceId) → Map< int, int> - Returns port mapping for a device with the specified id.