commit | 6d41e574616bd84a355c55dc25485ecd7f7b3eeb | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Fri Jan 24 15:13:59 2020 +0000 |
committer | Florian Mayer <fmayer@google.com> | Tue Jan 28 11:13:50 2020 +0000 |
tree | 417d67f3950d55f5f2f3781ab640857d55fe3bd6 | |
parent | a2a1b55064508547e6a9ce39654f9ddc434b4e32 [diff] |
Do not create zombie processes in perfetto_hprof. We now daemonize after forking to reparent the perfetto_hprof process to init. ART now waits on the intermediate process, which immediately exits, before resuming the prevent creating a zombie. Bug: 148280975 Test: run profile, then `adb shell ps -A | grep Z` Change-Id: I8d101331375a5542de58bfd0f4e54b8281d0a3a2