java-adb-remote-screen icon indicating copy to clipboard operation
java-adb-remote-screen copied to clipboard

Log system does not handle errors

Open xarkes opened this issue 8 years ago • 0 comments

I have a samsung duo something and the command "input tap" does not exists. The log window didn't tell about it I had to manually check the code and repeat the operation.

$ adb shell input tap 0 0
Error: Unknown command: tap
usage: input [text|keyevent]
       input text <string>
       input keyevent <event_code>

Could be nice to add at least an error message.

xarkes avatar Jul 27 '16 22:07 xarkes