You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⇨ routing traffic from tcp://leo.labstack.me:10081
137
153
```
138
154
139
-
In another machine use `adb connect`, for example the share addr is `max.labstack.me:8000`
155
+
When use tunnel, you should use `adb connect leo.labstack.me:10081`
140
156
141
-
```bash
142
-
$ adb connect max.labstack.me:8000
143
-
device connected
144
-
$ adb -s max.labstack.me:8000 shell pwd
145
-
/
146
-
```
157
+
Then you can use adb to do anything just like device plugged in your computer.
147
158
148
159
### Pidcat (logcat)
149
160
Current implementation is wrapper of [pidcat.py](https://github.com/JakeWharton/pidcat)
0 commit comments