Long adb kill-server #14

Open
opened 2024-09-03 00:30:18 +02:00 by Benjamin_Loison · 1 comment
adb kill-server -h

and

adb kill-server --help

also hang. So there does not seem to be a force parameter.

time adb kill-server
error: failed to read response from server

real	0m46.942s
user	0m0.004s
sys	0m0.005s
time adb kill-server
cannot connect to daemon at tcp:5037: Connection refused

real	0m0.010s
user	0m0.003s
sys	0m0.007s
```bash adb kill-server -h ``` and ```bash adb kill-server --help ``` also hang. So there does not seem to be a force parameter. ```bash time adb kill-server ``` ``` error: failed to read response from server real 0m46.942s user 0m0.004s sys 0m0.005s ``` ```bash time adb kill-server ``` ``` cannot connect to daemon at tcp:5037: Connection refused real 0m0.010s user 0m0.003s sys 0m0.007s ```
Benjamin_Loison changed title from Long `adb kill-server` to Long `adb kill-server` (if ever finish) 2024-09-03 00:30:31 +02:00
Benjamin_Loison changed title from Long `adb kill-server` (if ever finish) to Long `adb kill-server` 2024-09-08 17:26:39 +02:00
Author
Owner
ps aux | grep -i '[a]db'
benjamin  112876  0.2  0.0 597612 11136 ?        Ssl  13:41   0:40 adb -L tcp:5037 fork-server server --reply-fd 4
killall adb

seems to work fine according to previous command.

```bash ps aux | grep -i '[a]db' ``` ``` benjamin 112876 0.2 0.0 597612 11136 ? Ssl 13:41 0:40 adb -L tcp:5037 fork-server server --reply-fd 4 ``` ```bash killall adb ``` seems to work fine according to previous command.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Benjamin_Loison/adb#14
No description provided.