commit | 049ebe93f4b8f2b0b9990ebc484e63a8ae03b1a6 | [log] [tgz] |
---|---|---|
author | qinyige1 <qinyige1@xiaomi.com> | Mon Feb 20 14:20:27 2023 +0800 |
committer | qinyige1 <qinyige1@xiaomi.com> | Wed Feb 22 16:03:41 2023 +0800 |
tree | eba1f18820f166aa60f8673f0ff3b11810465c5d | |
parent | 7370ba4f307d95fcc62121a05f6d712d24361e3c [diff] |
[AMS][Bugfix] Fix hang when dumping local cache info. TransferPipe exploits pipe for IPC. However, it can't be used for local dump. If data is large enough, writing will get stuck when buffer is full since reading can't be executed. So directly dump to target fd instead of using pipe for local dump. Bug: 270277093 Test: Manual Change-Id: Ic2f52672fbf9f1797dbafcd71d363be93b3b5f1e