Merge "adb : add missing connection states"
This commit is contained in:
commit
d7cab8bff1
1 changed files with 4 additions and 0 deletions
|
|
@ -401,6 +401,10 @@ static char *connection_state_name(atransport *t)
|
||||||
return "bootloader";
|
return "bootloader";
|
||||||
case CS_DEVICE:
|
case CS_DEVICE:
|
||||||
return "device";
|
return "device";
|
||||||
|
case CS_RECOVERY:
|
||||||
|
return "recovery";
|
||||||
|
case CS_SIDELOAD:
|
||||||
|
return "sideload";
|
||||||
case CS_OFFLINE:
|
case CS_OFFLINE:
|
||||||
return "offline";
|
return "offline";
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue