index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
am
/
ProcessStatsService.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-11-06
Fix issue #11223338: Not retaining service started state while restarting
Dianne Hackborn
2013-10-22
Fix issue #11323037: Android apk incorrectly marked as running in app processes
Dianne Hackborn
2013-10-10
Fix issue #11175600: Proc stats is aggregating stats in the wrong direction
Dianne Hackborn
2013-10-09
Fix issue #11087316: Can't run dumpsys procstats on user builds in some cases!
Dianne Hackborn
2013-10-03
Fix issue #11069176: Crash showing process stats
Dianne Hackborn
2013-10-01
Fix issue #11005453: [SUW] G+ profile creation for new user broken
Dianne Hackborn
2013-09-29
Fix issue #10948509: Crash in procstats when there is no data
Dianne Hackborn
2013-09-23
Implement issue #10895990: Better durations for proc stats
Dianne Hackborn
2013-09-17
Maybe fix issue #10797796: IllegalStateException in ProcessState...
Dianne Hackborn
2013-09-16
Fix issue #10779747: Calendar Storage crash observed...
Dianne Hackborn
2013-09-16
Work on issue #10771346: runtime restart
Dianne Hackborn
2013-09-09
Fix issue #10671878: Proc stats needs to remove old data structures
Dianne Hackborn
2013-09-06
Fix to show correct duration.
Dianne Hackborn
2013-09-03
Fix issue #10427108: Google+ has long running process
Dianne Hackborn
2013-08-09
More stuff I need for the proc stats UI.
Dianne Hackborn
2013-08-09
Add method for adding two ProcessStats objects together.
Dianne Hackborn
2013-08-08
Get ProcessStats callable from other processes.
Dianne Hackborn
2013-08-07
Start adding IPC calls to retrieve proc stat data.
Dianne Hackborn
2013-08-06
Refactor ProcessStats, ProcessTracker.
Dianne Hackborn