commit | 1fc8f6e0cfdfd5c9dbbd82116fba2ebec82b4659 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 18 14:34:16 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 18 14:51:27 2017 -0700 |
tree | b6315b5cf34fbed17c9d4ed64c9ef2c352025d60 | |
parent | 14ed55bae8f2f64005cdde61cb407ed34d0effef [diff] |
Fix various adb error reporting bugs. `adb install` was writing success to stderr rather than stdout. Server mismatch messages were going to stdout rather than stderr. Error messages should consistently start with a lower case letter. Also improve consistency of syntax error reporting. Bug: https://issuetracker.google.com/37128706 (adb install success to stdout) Bug: https://issuetracker.google.com/37140458 (server mismatch on stderr) Bug: http://b/32413861 (consistency) Test: ran tests Change-Id: I0d6cb0c7482bec03483dacefd996644b7a28d273