List of usage examples for android.os Debug stopAllocCounting
@Deprecated public static void stopAllocCounting()
From source file:com.android.profilerapp.memory.MemoryFragment.java
@Override public void onDestroy() { super.onDestroy(); // Deprecated - currently used for detecting when GC happens Debug.stopAllocCounting(); }