commit | 4089f4dece03d9f0ee771444c2642ee1c3f3b423 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Sat Aug 08 13:53:16 2009 -0400 |
committer | Mike Lockwood <lockwood@android.com> | Wed Aug 26 14:46:18 2009 -0700 |
tree | 354e7b0e98c99aa1084b792addaad407e0e6a2b7 | |
parent | de7eed3f729259533697f51d2beb4f74f7855cdd [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>