commit | 20af3c7e3b3c6ea024cd64c3241c4964626cce9f | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Mon Jul 08 07:20:43 2024 +0000 |
committer | Martijn Coenen <maco@google.com> | Tue Jul 09 15:21:49 2024 +0000 |
tree | 66904d7d5386ec3c41bc83ae96ebe5a81b0d5cb3 | |
parent | 2b4aa4df07f7e01a701a437bcef5715050f7908a [diff] |
trace-ipc: Don't hold procLock while calling out. 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 Flag: EXEMPT bugfix Test: adb shell am trace-ipc start / stop Change-Id: I4986b70e020528ef12afe7a6f94835604025c1c1