commit | adc16b372d4140f9d15a524638459e2b4f568d46 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Sat Aug 08 13:53:16 2009 -0400 |
committer | Mike Lockwood <lockwood@android.com> | Sat Aug 08 13:53:16 2009 -0400 |
tree | 354e7b0e98c99aa1084b792addaad407e0e6a2b7 | |
parent | dfc1a9d7385fe81ae2e0dcb1231c8e72531150b2 [diff] |
adb: print better error message when there are insufficient permissions for a device. Now, a command like "adb shell" will print "insufficient permissions for device" instead of "device not found" if adb does not have permissions to communicate with the device. Signed-off-by: Mike Lockwood <lockwood@android.com>