commit | 519236322615102b27c0d759ca75c349f6c5da6c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Apr 17 15:13:27 2013 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Apr 17 15:13:27 2013 -0700 |
tree | 4a9d7383a9dad5a90e3e871dd90d969737d1d71a | |
parent | 50970341bfaf0c218e7fff29e0b2fb652387e274 [diff] | |
parent | b544da0be42cdd1e28d6562a26215d57c51b2f2b [diff] |
am b544da0b: am d7cab8bf: Merge "adb : add missing connection states" * commit 'b544da0be42cdd1e28d6562a26215d57c51b2f2b': adb : add missing connection states
diff --git a/adb/adb.c b/adb/adb.c index 93a9334..9d2b86e 100644 --- a/adb/adb.c +++ b/adb/adb.c
@@ -401,6 +401,10 @@ return "bootloader"; case CS_DEVICE: return "device"; + case CS_RECOVERY: + return "recovery"; + case CS_SIDELOAD: + return "sideload"; case CS_OFFLINE: return "offline"; case CS_UNAUTHORIZED: