summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/app/ProcessStats.java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #21571700: Need to be smarter about how foreground...Dianne Hackborn2015-06-081-0/+1
* More work on device idle mode and other power stuff.Dianne Hackborn2015-04-091-0/+2
* Add new debug feature to automatically create heap dumps.Dianne Hackborn2015-03-061-57/+21
* Work on issue #18486438: Reduce size of bugreport outputDianne Hackborn2014-11-211-2/+4
* Add reporting of Parcel memory/count.Dianne Hackborn2014-11-121-0/+1
* Improve some docs, fix some debugging.Dianne Hackborn2014-10-091-1/+3
* Maybe fix issue #17614177 APR: system process restarting due to infinite loopDianne Hackborn2014-09-231-0/+4
* Add kernel and native memory data to procstats.Dianne Hackborn2014-06-191-18/+481
* Move to dalvik.vm.lib.2 to force default to libartBrian Carlstrom2014-05-281-1/+1
* Cleanup remainings of old webview.Selim Gurun2014-05-081-7/+0
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-15/+7
* Fix issue #13065185: Frequent runtime restarts on launching...Dianne Hackborn2014-02-181-3/+3
* frameworks/base: Rename persist.sys.dalvik.vm.lib to allow new defaultBrian Carlstrom2014-01-301-1/+1
* Add app version codes to procstats.Dianne Hackborn2014-01-231-358/+486
* Fix issue #11223338: Not retaining service started state while restartingDianne Hackborn2013-11-061-80/+141
* Fix issue #11323037: Android apk incorrectly marked as running in app processesDianne Hackborn2013-10-221-30/+40
* Fix issue #11223335: APR: Lots of failures in procstats due to...Dianne Hackborn2013-10-141-8/+17
* Fix issue #11005453: [SUW] G+ profile creation for new user brokenDianne Hackborn2013-10-011-64/+186
* Fix issue #10948509: Crash in procstats when there is no dataDianne Hackborn2013-09-291-140/+203
* Implement issue #10691475: Kill cached processes if about to...Dianne Hackborn2013-09-191-3/+88
* Maybe fix issue #10797796: IllegalStateException in ProcessState...Dianne Hackborn2013-09-171-45/+51
* Work on issue #10771346: runtime restartDianne Hackborn2013-09-161-3/+33
* Maybe fix issue #10748810: Runtime restart: crash under...Dianne Hackborn2013-09-131-3/+7
* Fix issue #10671878: Proc stats needs to remove old data structuresDianne Hackborn2013-09-091-36/+225
* Fix issue #10427108: Google+ has long running processDianne Hackborn2013-09-031-7/+9
* More stuff I need for the proc stats UI.Dianne Hackborn2013-08-091-6/+6
* Add method for adding two ProcessStats objects together.Dianne Hackborn2013-08-091-62/+241
* Get ProcessStats callable from other processes.Dianne Hackborn2013-08-081-0/+2481