Searched defs:LeakDetector (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakDetector.java33 public class LeakDetector implements Dumpable { class in inherits:Dumpable
42 public LeakDetector(TrackedCollections trackedCollections, method in class:LeakDetector
54 * The LeakDetector will monitor and keep weak references to such instances, dump statistics
70 * The LeakDetector will monitor and keep weak references to such collections, dump
87 * The LeakDetector will monitor and keep weak references to such garbage, dump
134 public static LeakDetector create() {
137 return new LeakDetector(collections, new TrackedGarbage(collections),
140 return new LeakDetector(null, null, null);

Completed in 106 milliseconds