commit | cc9734c4c80e8435088ec4a135bb5fb977305f7b | [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 | 3818a4beffb4611abc39ccd2ce5ba64be02d0258 | |
parent | 014e77e010a664cbae17f058b868e324e159bb99 [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 beaa884078bcab7316678c3259303199b201addc)