summaryrefslogtreecommitdiffstats
path: root/core/jni/android_os_Debug.cpp
Commit message (Expand)AuthorAgeFilesLines
* frameworks: 64 bit compile issuesMark Salyzyn2014-04-161-2/+3
* AArch64: Make frameworks/base code more portableAshok Bhat2014-03-271-1/+5
* Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEADThe Android Open Source Project2013-11-221-37/+397
|\
| * Implement issue #11050739: Show swapped out RAMDianne Hackborn2013-10-021-12/+35
| * Fix issue #10948509: Crash in procstats when there is no dataDianne Hackborn2013-09-291-10/+9
| * Merge "Add Graphics alloc tracking via memtrack" into klp-devAdam Lesinski2013-09-261-60/+81
| |\
| | * Add Graphics alloc tracking via memtrackAdam Lesinski2013-09-251-60/+81
| * | Fix issue #10903002: com.facebook.katana keeps itself in A ServicesDianne Hackborn2013-09-251-5/+35
| |/
| * Implement #10749688: Improve low memory reportingDianne Hackborn2013-09-131-0/+83
| * Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-101-0/+1
| * Implement issue #10550827: watching gpu memory for occam_svelteDianne Hackborn2013-09-061-21/+95
| * parse named anonymous memory for dumpsys meminfoColin Cross2013-08-091-0/+4
| * Switch proc stats to use new process state constants.Dianne Hackborn2013-07-151-8/+28
| * Start really collecting PSS data for process stats.Dianne Hackborn2013-06-271-3/+7
| * Some improvements to meminfo output.Dianne Hackborn2013-05-241-31/+40
| * Add more memory usage statsAnwar Ghuloum2013-05-231-8/+85
| * More stats for meminfoAnwar Ghuloum2013-05-231-3/+12
| * break out boot.artAnwar Ghuloum2013-05-231-0/+3
| * Break out Oat footprint for ramAnwar Ghuloum2013-05-231-0/+3
* | Fix a variety of small publicly-reported bugs.Elliott Hughes2013-10-291-1/+5
|/
* Track stack memory in MemoryInfo.Ian Rogers2013-02-271-14/+28
* Recognize odex files in memory accounting.Ian Rogers2013-02-221-1/+2
* Account malloc mmaped pages as native heap.Ian Rogers2013-02-221-1/+2
* Include important native processes in watchdog stacks.Dianne Hackborn2012-06-081-0/+34
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
* Improved memory use reporting.Dianne Hackborn2011-08-051-0/+37
* Rework and fix "adb shell dumpsys meminfo"Dianne Hackborn2011-07-171-85/+134
* Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-6/+0
* Extended android.os.Debug.dumpNativeHeap to include /proc/self/maps contentsBrian Carlstrom2010-10-171-1/+15
* Implement native dump for "am dumpheap -n".Andy McFadden2010-07-131-1/+176
* Various infrastructure to support a running services UI.Dianne Hackborn2009-09-011-2/+10
* Fix couple of bugs in the meminfo report.Grace Kloba2009-07-081-4/+6
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+313
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-313/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-6/+9
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-65/+68
* Initial ContributionThe Android Open Source Project2008-10-211-0/+307