commit | 3c5581da1d58d0b7e3bac0f03d7ec1e63d71b86d | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Jul 20 10:11:46 2010 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Jul 20 10:11:46 2010 -0700 |
tree | 64059be83ec2816ae05a66312f93551be7e58783 | |
parent | 02565fec8240bbff105f285e9e25aade52c15450 [diff] | |
parent | 899913f8168b54e00971c0e8d4ae16d06a4651fe [diff] |
merge from open-source master Change-Id: I90bd618ff8c6bcbe1071468e0d75574feee58d27
diff --git a/adb/adb.c b/adb/adb.c index 95dc001..ee78688 100644 --- a/adb/adb.c +++ b/adb/adb.c
@@ -302,8 +302,10 @@ { asocket *s; - D("handle_packet() %d\n", p->msg.command); - + D("handle_packet() %c%c%c%c\n", ((char*) (&(p->msg.command)))[0], + ((char*) (&(p->msg.command)))[1], + ((char*) (&(p->msg.command)))[2], + ((char*) (&(p->msg.command)))[3]); print_packet("recv", p); switch(p->msg.command){