diff options
| author | Elias Naur <mail@eliasnaur.com> | 2019-03-02 13:07:54 +0100 |
|---|---|---|
| committer | Elias Naur <mail@eliasnaur.com> | 2019-03-02 22:21:49 +0000 |
| commit | 3de2fb21b7b4d472637f83031ec48e9bf539a4ee (patch) | |
| tree | bfcdef13b85ad0f1c1b32cb1e16d4ac9358d7563 /src/os/exec | |
| parent | e0ff4e6dc013ac18728743a43b6faa812737bdb2 (diff) | |
| download | go-3de2fb21b7b4d472637f83031ec48e9bf539a4ee.tar.xz | |
misc/android: use adb exec-out instead of adb shell to avoid buffering
According to
https://stackoverflow.com/questions/46233200/stop-buffering-of-adb-shell-output
the adb exec-out commands avoids the buffering inherent to adb shell.
Let's see if using exec-out will fix the android builder flakyness where
exitcodes or output were sometimes missing.
Updates #30512 (perhaps fixes it).
Change-Id: Ib953ef0262b20730e0d4c332058d29c5066bfeb2
Reviewed-on: https://go-review.googlesource.com/c/164661
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/os/exec')
0 files changed, 0 insertions, 0 deletions
