| Field and Description |
|---|
| com.squareup.leakcanary.LeakTraceElement.fields
Use
LeakTraceElement.fieldReferences instead. |
| com.squareup.leakcanary.LeakTraceElement.referenceName
Use
LeakTraceElement.reference and LeakReference.getDisplayName() instead.
Null if this is the last element in the leak trace, ie the leaking object. |
| com.squareup.leakcanary.LeakTraceElement.type
Use
LeakTraceElement.reference and LeakReference.type instead.
Null if this is the last element in the leak trace, ie the leaking object. |
| Constructor and Description |
|---|
| com.squareup.leakcanary.HeapDump(File, String, String, ExcludedRefs, long, long, long)
Use
HeapDump.HeapDump(Builder) instead. |