DescriptionReland of Allow RunShellCommand to work even with very large commands
Currently RunShellCommand may not work if the command passed to
adb.Shell is too large (e.g. > 1024). This CL addresses this
issue, allowing to run even very large commands, by first writing
the command as a shell script and then running it.
Original CL: https://codereview.chromium.org/751063002/
BUG=436133
Committed: https://crrev.com/4463a715a053c99da3537e580c22bd61ac9be7c3
Cr-Commit-Position: refs/heads/master@{#313496}
Patch Set 1 : Original CL #Patch Set 2 : git rebase master #Patch Set 3 : log large commands run, fix comments #
Total comments: 2
Messages
Total messages: 13 (4 generated)
|