B
C
D
E
G
H
L
M
N
O
R
S
T
W
G
- getComputeRetainedHeapSize() - function in leakcanary.LeakCanary.Config
- Whether to compute the retained heap size, which is the total number of bytes in memory that would be reclaimed if the detected leaks didn't happen.
- getConfig() - function in leakcanary.LeakCanary
- The current LeakCanary configuration.
- getDumpHeap() - function in leakcanary.LeakCanary.Config
- Whether LeakCanary should dump the heap when enough retained instances are found.
- getDumpHeapWhenDebugging() - function in leakcanary.LeakCanary.Config
- If dumpHeapWhenDebugging is false then LeakCanary will not dump the heap when the debugger is attached.
- getDurationMillis() - function in leakcanary.EventListener.Event.HeapDump
- getEventListeners() - function in leakcanary.LeakCanary.Config
- Listeners for LeakCanary events.
- getException() - function in leakcanary.EventListener.Event.HeapDumpFailed
- getFile() - function in leakcanary.EventListener.Event.HeapDump
- getHeapAnalysis() - function in leakcanary.EventListener.Event.HeapAnalysisDone
- getHeapAnalysis() - function in leakcanary.EventListener.Event.HeapAnalysisDone.HeapAnalysisSucceeded
- getHeapAnalysis() - function in leakcanary.EventListener.Event.HeapAnalysisDone.HeapAnalysisFailed
- getHeapDumper() - function in leakcanary.LeakCanary.Config
- Dumps the Java heap.
- getLeakingObjectFinder() - function in leakcanary.LeakCanary.Config
- Finds the objects that are leaking, for which LeakCanary will compute leak traces.
- getMaxStoredHeapDumps() - function in leakcanary.LeakCanary.Config
- How many heap dumps are kept on the Android device for this app package.
- getMetadataExtractor() - function in leakcanary.LeakCanary.Config
- Extracts metadata from a hprof to be reported in HeapAnalysisSuccess.metadata.
- getObjectInspectors() - function in leakcanary.LeakCanary.Config
- List of ObjectInspector that provide LeakCanary with insights about objects found in the heap.
- getProgressPercent() - function in leakcanary.EventListener.Event.HeapAnalysisProgress
- getReason() - function in leakcanary.EventListener.Event.HeapDump
- getReferenceMatchers() - function in leakcanary.LeakCanary.Config
- Known patterns of references in the heap, added here either to ignore them (IgnoredReferenceMatcher) or to mark them as library leaks (LibraryLeakReferenceMatcher).
- getRequestWriteExternalStoragePermission() - function in leakcanary.LeakCanary.Config
- LeakCanary always attempts to store heap dumps on the external storage if the WRITE_EXTERNAL_STORAGE is already granted, and otherwise uses the app storage.
- getRetainedVisibleThreshold() - function in leakcanary.LeakCanary.Config
- When the app is visible, LeakCanary will wait for at least retainedVisibleThreshold retained instances before dumping the heap.
- getShowIntent() - function in leakcanary.EventListener.Event.HeapAnalysisDone
- getShowIntent() - function in leakcanary.EventListener.Event.HeapAnalysisDone.HeapAnalysisSucceeded
- getShowIntent() - function in leakcanary.EventListener.Event.HeapAnalysisDone.HeapAnalysisFailed
- getShowNotifications() - function in leakcanary.LeakCanary.Config
- Whether to show LeakCanary notifications.
- getStep() - function in leakcanary.EventListener.Event.HeapAnalysisProgress
- getUniqueId() - function in leakcanary.EventListener.Event
- Unique identifier for a related chain of event.
- getUniqueId() - function in leakcanary.EventListener.Event.DumpingHeap
- Unique identifier for a related chain of event.
- getUniqueId() - function in leakcanary.EventListener.Event.HeapDump
- Unique identifier for a related chain of event.
- getUniqueId() - function in leakcanary.EventListener.Event.HeapDumpFailed
- Unique identifier for a related chain of event.
- getUniqueId() - function in leakcanary.EventListener.Event.HeapAnalysisProgress
- Unique identifier for a related chain of event.
- getUniqueId() - function in leakcanary.EventListener.Event.HeapAnalysisDone
- Unique identifier for a related chain of event.
- getUniqueId() - function in leakcanary.EventListener.Event.HeapAnalysisDone.HeapAnalysisSucceeded
- Unique identifier for a related chain of event.
- getUniqueId() - function in leakcanary.EventListener.Event.HeapAnalysisDone.HeapAnalysisFailed
- Unique identifier for a related chain of event.
- getUnreadLeakSignatures() - function in leakcanary.EventListener.Event.HeapAnalysisDone.HeapAnalysisSucceeded
- getWillRetryLater() - function in leakcanary.EventListener.Event.HeapDumpFailed