A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
S
G
- get(String) - function in leakcanary.JobContext
- getAnalysis() - function in leakcanary.HeapAnalysisJob.Result.Done
- getBytes() - function in leakcanary.ProcessInfo.AvailableRam.Memory
- getCanceled() - function in leakcanary.HeapAnalysisJob
- true of cancel has been called or if an HeapAnalysisInterceptor has returned Result.Canceled from HeapAnalysisInterceptor.intercept.
- getCancelReason() - function in leakcanary.HeapAnalysisJob.Result.Canceled
- getComputeRetainedHeapSize() - function in leakcanary.HeapAnalysisConfig
- 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.
- getContext() - function in leakcanary.HeapAnalysisJob
- In memory store, mutable and thread safe.
- getElapsedMillisSinceStart() - function in leakcanary.ProcessInfo
- getElapsedMillisSinceStart() - function in leakcanary.ProcessInfo.Real
- getExecuted() - function in leakcanary.HeapAnalysisJob
- true if execute has been called.
- getIsImportanceBackground() - function in leakcanary.ProcessInfo
- getIsImportanceBackground() - function in leakcanary.ProcessInfo.Real
- getJob() - function in leakcanary.HeapAnalysisInterceptor.Chain
- getLeakingObjectFinder() - function in leakcanary.HeapAnalysisConfig
- Finds the objects that are leaking, for which LeakCanary will compute leak traces.
- getMetadataExtractor() - function in leakcanary.HeapAnalysisConfig
- Extracts metadata from a hprof to be reported in shark.HeapAnalysisSuccess.metadata.
- getObjectInspectors() - function in leakcanary.HeapAnalysisConfig
- List of ObjectInspector that provide LeakCanary with insights about objects found in the heap.
- getOrPut(String,Function0) - function in leakcanary.JobContext
- getReferenceMatchers() - function in leakcanary.HeapAnalysisConfig
- Known patterns of references in the heap, added here either to ignore them (IgnoredReferenceMatcher) or to mark them as library leaks (LibraryLeakReferenceMatcher).
- getStarter() - function in leakcanary.JobContext
- getStripHeapDump() - function in leakcanary.HeapAnalysisConfig
- Whether the first step after a heap dump should be to replace the content of all arrays with zeroes.
- getStripHeapDumpDurationMillis() - function in leakcanary.HeapAnalysisJob.Result.Done
- The time spent stripping the hprof of any data if HeapAnalysisConfig.stripHeapDump is true, null otherwise.
- GoodAndroidVersionInterceptor - class in leakcanary