commit | 7e1d397d1a0fb9397b91a636dc6a71d132e7286d | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Fri Apr 05 20:52:32 2019 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Apr 10 11:13:39 2019 -0700 |
tree | e2ad24a251813c5e6f73f8ee9bc857bb9eb35740 | |
parent | a7f6cd04700df65c9f1a6865c984b277020560e1 [diff] |
Binding err to inout for raw protocol for in-process execute. As raw protocol does not allow for splitting err - it has to be redirected to inout. Before this change it was not done for in-process and all err data was lost. Bug: 130086616 Test: manual + atest adbd_test Change-Id: I6cd11c940673d73e2993a6eb23c46d31bd8bf504 (cherry picked from commit 704c97d6c244093a94e0a39deb0f2265c3bf83dd)