commit | a5a5abcadad58403c8bfed8bf5a6b253b9a88a7c | [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 | 21373f48fe1ec2e14a30cf6490eb3e48dcad57ba [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)