commit | a2ad8245a7bec06c694ab07f5892c1981ce14367 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Tue Aug 06 10:55:18 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Aug 06 10:55:18 2024 +0000 |
tree | 66904d7d5386ec3c41bc83ae96ebe5a81b0d5cb3 | |
parent | 2caf6f9fc74ba4274ad6325cea2fec1403668255 [diff] |
Revert^2 "trace-ipc: Don't hold procLock while calling out." This reverts commit 2caf6f9fc74ba4274ad6325cea2fec1403668255. Dumping IPC transactions can be a long running operation; instead of holding the procLock for all of it, make a copy of the list of processes, and iterate over those instead. Bug: 306025653 Change-Id: I4affb7e63c6c597823694a91db6678e358960dc4 Flag: EXEMPT bugfix Test: adb shell am trace-ipc start / stop