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
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
and
also hang. So there does not seem to be a force parameter.
Long `adb kill-server`to Long `adb kill-server` (if ever finish)Long `adb kill-server` (if ever finish)to Long `adb kill-server`seems to work fine according to previous command.