You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use ObjectDominators().buildDominatorTree(graph, ignoredRefs) analyze a hprof file to find large object in it. The total retain size is negative, and a lot of objects with a retain size morn than 2MB. This analyze cost all most 500s.
Description
Use
ObjectDominators().buildDominatorTree(graph, ignoredRefs)
analyze a hprof file to find large object in it. The total retain size is negative, and a lot of objects with a retain size morn than 2MB. This analyze cost all most 500s.Steps to Reproduce
Version Information
The text was updated successfully, but these errors were encountered: