-
- All Implemented Interfaces:
-
leakcanary.HeapAnalysisInterceptor
public final class SaveResourceIdsInterceptor implements HeapAnalysisInterceptor
Interceptor that saves the names of R.id.* entries and their associated int values to a static field that can then be read from the heap dump.
-
-
Constructor Summary
Constructors Constructor Description SaveResourceIdsInterceptor(Resources resources)
-
Method Summary
Modifier and Type Method Description HeapAnalysisJob.Resultintercept(HeapAnalysisInterceptor.Chain chain)-
-
Constructor Detail
-
SaveResourceIdsInterceptor
SaveResourceIdsInterceptor(Resources resources)
-
-
Method Detail
-
intercept
HeapAnalysisJob.Result intercept(HeapAnalysisInterceptor.Chain chain)
-
-
-
-