Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7cab8bf authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "adb : add missing connection states"

parents ffc5a4a5 a5ad539c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -401,6 +401,10 @@ static char *connection_state_name(atransport *t)
        return "bootloader";
    case CS_DEVICE:
        return "device";
    case CS_RECOVERY:
        return "recovery";
    case CS_SIDELOAD:
        return "sideload";
    case CS_OFFLINE:
        return "offline";
    default: