Files
frameworks_base/core/java/android/os
Carl Shapiro b596198d8d Remove functionality related to external allocation tracking.
The android.os.Debug class exposed two interfaces related to external
allocation.  The first interface provided a counter of global external
allocation events.  This change makes the global counter getters
constantly return 0 and stubs out the counter setters.  The second
interface attempted to provide a counter of per-thread external
allocation events.  That interface was never implemented.  This change
makes the per-thread counter getters constantly return -1 and stubs
out the setters.

Change-Id: I240fe9bf05297a83607a4350d40d20581e2a9e2f
2011-01-04 15:51:33 -08:00
..
2010-12-20 14:10:31 -08:00
2010-10-28 12:29:15 -07:00
2010-12-20 09:22:01 -08:00
2010-01-27 13:51:53 -08:00
2010-12-16 12:56:12 -08:00
2010-10-03 13:53:26 -07:00