commit | 9fcb44802ae11c0456aec7b6050c8233eb667e02 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Fri Jun 28 11:09:33 2019 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Mon Jul 01 13:55:46 2019 -0700 |
tree | 910117bfceb974dda76eb5c233bb4f5da3691422 | |
parent | 55b22815a6797e47a7795dcafb495c6d97ee93b9 [diff] |
Add android::base::GetPids() function to return all pids We loop over /proc to iterate through pids in a lot of code, so let's consolidate this into a single function in libbase. Test: new unit test Change-Id: I908fab90b603546d0e3e8b8acdc8dadfc3552d62