summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/am/ProcessStatsService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-11-06Fix issue #11223338: Not retaining service started state while restartingDianne Hackborn
2013-10-22Fix issue #11323037: Android apk incorrectly marked as running in app processesDianne Hackborn
2013-10-10Fix issue #11175600: Proc stats is aggregating stats in the wrong directionDianne Hackborn
2013-10-09Fix issue #11087316: Can't run dumpsys procstats on user builds in some cases!Dianne Hackborn
2013-10-03Fix issue #11069176: Crash showing process statsDianne Hackborn
2013-10-01Fix issue #11005453: [SUW] G+ profile creation for new user brokenDianne Hackborn
2013-09-29Fix issue #10948509: Crash in procstats when there is no dataDianne Hackborn
2013-09-23Implement issue #10895990: Better durations for proc statsDianne Hackborn
2013-09-17Maybe fix issue #10797796: IllegalStateException in ProcessState...Dianne Hackborn
2013-09-16Fix issue #10779747: Calendar Storage crash observed...Dianne Hackborn
2013-09-16Work on issue #10771346: runtime restartDianne Hackborn
2013-09-09Fix issue #10671878: Proc stats needs to remove old data structuresDianne Hackborn
2013-09-06Fix to show correct duration.Dianne Hackborn
2013-09-03Fix issue #10427108: Google+ has long running processDianne Hackborn
2013-08-09More stuff I need for the proc stats UI.Dianne Hackborn
2013-08-09Add method for adding two ProcessStats objects together.Dianne Hackborn
2013-08-08Get ProcessStats callable from other processes.Dianne Hackborn
2013-08-07Start adding IPC calls to retrieve proc stat data.Dianne Hackborn
2013-08-06Refactor ProcessStats, ProcessTracker.Dianne Hackborn