commit | ea0255570eb0219bbcd88ff6dc737f479324521d | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Dec 17 16:08:40 2020 -0800 |
committer | Josh Gao <jmgao@google.com> | Fri Feb 05 03:06:16 2021 -0800 |
tree | 05a4b2db61f0b2fac7312b14ca767eeed46423d6 | |
parent | 622f18efdccf215639bd42bbc87b188c9fc2b5d0 [diff] |
fdtrack: generate a heapdump when triggered. It's somewhat hard to debug with just allocation backtraces when the cause of the leak is a Java object leak. Generate an hprof dump when this happens. For privacy reasons, we don't include this in bugreports, since the contents of system_server's memory is highly sensitive: they must be manually requested from dogfooders. Bug: http://b/176389805 Test: manual Change-Id: Ib7755433395f341d90b732f285f00c8675291139