补充 forward 指令.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-08-21 15:36:23 +08:00
parent 699fc65ff2
commit 16d6f7e9f6
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@
| adb service list | 查看 Service 列表 | | adb service list | 查看 Service 列表 |
| adb service check \<service name\> | 检查某 Service 是否存在 | | adb service check \<service name\> | 检查某 Service 是否存在 |
| adb service call \<service name\> \<code\> [i32 INT | s16 STR] ... | 使用 Service | | adb service call \<service name\> \<code\> [i32 INT | s16 STR] ... | 使用 Service |
| adb forward tcp:\<host port\> tcp:\<target port\> | 通过 adb 进行 tcp 转发,如果执行成功的话,没有任何输出 |
| adb forward --list | 查看当前的 adb 转发信息 |