Searched refs:mThrowables (Results 1 – 1 of 1) sorted by relevance
98 private List<Throwable> mThrowables = new ArrayList<>(); field in LeakCheck.LeakInfo110 mThrowables.add(t); in addAllocation()118 mThrowables.clear(); in clearAllocations()122 if (mThrowables.size() == 0) return; in verify()124 for (Throwable t : mThrowables) { in verify()128 mThrowables.get(0).printStackTrace(new PrintWriter(writer)); in verify()