Two user connected same android device through putty.
After seen adb devices can seen device is connected to both the putty users.
Doing adb disconnect <ip-address>
by one user on the same server by putty is disconnecting the other user putty devices too.
Example:
- Both the user connected through linux server daddy.
- Open putty both the user and connect the android device through ip address which is same.
- Now if one user disconnect the android device by command
adb disconnect <ip-address>
, another user too disconnected. - run
adb devices
,can't see any device connected through both the user.