summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/Debug.java
Commit message (Expand)AuthorAgeFilesLines
* am ac20b469: am 6c13f384: am 56b11064: am 9a5005a3: am f6730d26: Merge "Add s...Jeff Hao2014-01-151-13/+41
|\
| * Add sample profiling interface to startMethodTracing.Jeff Hao2014-01-151-13/+41
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
|/
* Merge "Implement issue #11050739: Show swapped out RAM" into klp-devDianne Hackborn2013-10-031-4/+32
|\
| * Implement issue #11050739: Show swapped out RAMDianne Hackborn2013-10-021-4/+32
* | Fix issue #10378741: configupdater needs to be explicit when it calls startSe...Dianne Hackborn2013-10-031-0/+16
|/
* Merge "Add Graphics alloc tracking via memtrack" into klp-devAdam Lesinski2013-09-261-7/+9
|\
| * Add Graphics alloc tracking via memtrackAdam Lesinski2013-09-251-7/+9
* | Fix issue #10903002: com.facebook.katana keeps itself in A ServicesDianne Hackborn2013-09-251-1/+7
|/
* Fix issue #10461477: KLP API Review: Debug.MemoryInfoDianne Hackborn2013-09-131-8/+8
* Implement #10749688: Improve low memory reportingDianne Hackborn2013-09-131-0/+22
* Implement issue #10550827: watching gpu memory for occam_svelteDianne Hackborn2013-09-061-6/+7
* Change IsMethodTracingActive to GetMethodTracingMode for frameworks.Jeff Hao2013-08-301-3/+5
* Add frameworks support for sample profiling from traceview gui.Jeff Hao2013-08-281-2/+3
* Switch proc stats to use new process state constants.Dianne Hackborn2013-07-151-2/+11
* Use FastPrintWriter... everywhere.Dianne Hackborn2013-06-241-2/+3
* Some improvements to meminfo output.Dianne Hackborn2013-05-241-24/+25
* Add more memory usage statsAnwar Ghuloum2013-05-231-7/+90
* More stats for meminfoAnwar Ghuloum2013-05-231-8/+34
* break out boot.artAnwar Ghuloum2013-05-231-2/+3
* Break out Oat footprint for ramAnwar Ghuloum2013-05-231-2/+3
* Adding matching @deprecated.Ian Rogers2013-04-191-0/+1
* Track stack memory in MemoryInfo.Ian Rogers2013-02-271-10/+11
* Deprecate and document memory allocation counting.Ian Rogers2013-02-261-112/+173
* Work on issue #7343200: Fails to show wallpaper in the background...Dianne Hackborn2012-10-291-0/+17
* Include user identifier in external storage paths.Jeff Sharkey2012-09-111-1/+1
* Include important native processes in watchdog stacks.Dianne Hackborn2012-06-081-0/+7
* Add call-stack reporting methods into DebugCraig Mautner2012-04-171-0/+38
* Improved memory use reporting.Dianne Hackborn2011-08-051-0/+12
* Rework and fix "adb shell dumpsys meminfo"Dianne Hackborn2011-07-171-0/+39
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-5/+4
* Note the release in which functionality was deprecated.Carl Shapiro2011-01-121-34/+43
* Deprecate the allocation limit interfaces.Carl Shapiro2011-01-121-35/+12
* Remove functionality related to external allocation tracking.Carl Shapiro2011-01-041-24/+124
* Propagate the concept of "packed opcode" values.Dan Bornstein2010-12-061-1/+2
* Get rid of vm-internal constants.Dan Bornstein2010-11-301-18/+10
* Dalvik opcode-related fixes.Dan Bornstein2010-11-301-1/+2
* Tracking merge of dalvik-dev to masterBrian Carlstrom2010-11-301-1/+1
* various fixes for animations and javadocsChet Haase2010-11-231-18/+26
* Adding android.os.Debug.countInstancesOfClassBrian Carlstrom2010-10-051-0/+9
* resolved conflicts for merge of ca48433a to masterJean-Baptiste Queru2010-07-201-8/+9
|\
| * Replaced /sdcard with Environment.getExternalStorageDirectory()Christian Mehlmauer2010-07-191-8/+9
* | Implement native dump for "am dumpheap -n".Andy McFadden2010-07-131-0/+7
* | Allow "am" to initiate heap dumps.Andy McFadden2010-07-121-3/+16
|/
* Add Debug.dumpService(), a public method for "dumpsys" functionalityDan Egnor2010-03-081-1/+30
* Add class init stats to alloc counters (API change).Andy McFadden2010-02-241-0/+14
* Added dumpHprofDataDdms() call.Andy McFadden2010-01-291-0/+12
* Add streaming method profiling support.Andy McFadden2010-01-271-0/+11
* Move VM feature strings (used by DDMS) into VM.Andy McFadden2010-01-221-0/+11
* Add a reference table dump call.Andy McFadden2009-10-221-0/+10