1. 8472e61 Add app version codes to procstats. by Dianne Hackborn · 11 years ago
  2. 099bc62 Battery stats improvements. by Dianne Hackborn · 11 years ago
  3. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/am/ProcessRecord.java]
  4. 2cd3fb5 Do not hold direct ref BatteryStatsImpl$Uid$Proc by Adam Lesinski · 11 years ago
  5. db92608 Fix issue #11168649: LRU logic for Chrome renderers seems... by Dianne Hackborn · 11 years ago
  6. 9357b11 Fix issue #10901205: Shouldn't send broadcasts (or try to bind services, etc.)... by Dianne Hackborn · 11 years ago
  7. cbd9a52 Fix issue #10903002: com.facebook.katana keeps itself in A Services by Dianne Hackborn · 11 years ago
  8. 3bc8f78d Implement issue #10691475: Kill cached processes if about to... by Dianne Hackborn · 11 years ago
  9. 53459a7 Maybe fix issue #10797796: IllegalStateException in ProcessState... by Dianne Hackborn · 11 years ago
  10. e56c2c3 Fix issue #10795385: System process crash reinstalling GEL - by Dianne Hackborn · 11 years ago
  11. 35f72be Implement issue #10691359: Kill long-running processes by Dianne Hackborn · 11 years ago
  12. 8e69257 Implement #10749688: Improve low memory reporting by Dianne Hackborn · 11 years ago
  13. 9210bc8 Implement #10744011: Serialize running of background services by Dianne Hackborn · 11 years ago
  14. be4c1d7 Fix issue #10671878: Proc stats needs to remove old data structures by Dianne Hackborn · 11 years ago
  15. d293224 Refactor ProcessStats, ProcessTracker. by Dianne Hackborn · 11 years ago
  16. 8eea0fc Add a new process state for "service restarting". by Dianne Hackborn · 11 years ago
  17. f1cca18 Try to improve PSS collection. by Dianne Hackborn · 11 years ago
  18. bf36ee2 Allow services to execute in the background scheduling group. by Dianne Hackborn · 11 years ago
  19. 8585d68 Fix issue #9913990: Background processes are being added to... by Dianne Hackborn · 11 years ago
  20. c823051 Switch proc stats to use new process state constants. by Dianne Hackborn · 11 years ago
  21. a413dc0 Add new proc state constants and delivery. by Dianne Hackborn · 11 years ago
  22. 20cdcee Add -c option to meminfo to dump a compact form. by Dianne Hackborn · 11 years ago
  23. a4cc205 More procstats work. by Dianne Hackborn · 11 years ago
  24. 2286cdc Misc memory stuff. by Dianne Hackborn · 11 years ago
  25. cfc837f Start really collecting PSS data for process stats. by Dianne Hackborn · 11 years ago
  26. a17c0f5 More procstats work: separate global proc account, more dumping. by Dianne Hackborn · 11 years ago
  27. 78a369c Improve process tracking. by Dianne Hackborn · 11 years ago
  28. be4e6aa Initial super-primitive process tracker. by Dianne Hackborn · 11 years ago
  29. 390517b Clean up some temporary allocations. by Dianne Hackborn · 11 years ago
  30. 58d380d debuggerd now notifies the Activity Manager about native crashes by Christopher Tate · 11 years ago
  31. 80943d8 Adding UI test automation APIs. by Svetoslav Ganov · 12 years ago
  32. 5fe7e2a Fix issue #6968859: home not exiting an ANR'd dream by Dianne Hackborn · 12 years ago
  33. b12e135 Maybe fix issue #7211766: bindService() to User u0 While u10 is... by Dianne Hackborn · 12 years ago
  34. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  35. ee7621c Modify how the background process LRU list is handled. by Dianne Hackborn · 12 years ago
  36. a93c2c1 Extend process observer to be usable for media routing. by Dianne Hackborn · 12 years ago
  37. 6ae8d18 Fix (mostly) issue #5109947: Race condition between retrieving a... by Dianne Hackborn · 12 years ago
  38. 162bc0e Some small tweaks to improve memory management. by Dianne Hackborn · 12 years ago
  39. a0c283e Add new feature for running services in "isolated" sandbox processes. by Dianne Hackborn · 13 years ago
  40. e02c88a Work on process management. by Dianne Hackborn · 13 years ago
  41. 905577f Fix issue #5263361: Browser instance not created in application picker by Dianne Hackborn · 13 years ago
  42. 7d60842 Move OOM kernel settings to activity manager. by Dianne Hackborn · 13 years ago
  43. c68c913 Various work on out of memory managment. by Dianne Hackborn · 13 years ago
  44. f0754f5b Fix bug where memory trim was not being delivered with correct level. by Dianne Hackborn · 13 years ago
  45. 1b64e0d Work on death recipient leaks in Activity Manager and Content Service. by Dianne Hackborn · 13 years ago
  46. ce86ba8 Improve handling of low memory. by Dianne Hackborn · 13 years ago
  47. 3f9dd28 Increase activity timeouts when using a wrapper process. by Jeff Brown · 13 years ago
  48. 7dad2c2 am 9b94aa18: am e5d37701: am 8ea5e1d7: Fix compat mode bugs when updating apps. by Dianne Hackborn · 13 years ago
  49. 8ea5e1d Fix compat mode bugs when updating apps. by Dianne Hackborn · 13 years ago
  50. d5cdd59 First pass at NetworkPolicy and activity tracking. by Jeff Sharkey · 13 years ago
  51. aa9d84c resolved conflicts for merge of 05be6d6f to master by Dianne Hackborn · 13 years ago
  52. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  53. 0c5001d Add APIs to remove tasks. by Dianne Hackborn · 13 years ago
  54. 3c4c2b7 Fix issue #3001368: API REVIEW: android.app.Activity by Dianne Hackborn · 14 years ago
  55. 287952c Fix issue #3022508: Crash during media scan by Dianne Hackborn · 14 years ago
  56. 0d903a8 People holding partial wake locks now get blamed for CPU usage. by Dianne Hackborn · 14 years ago
  57. 1ebccf5 Fix problems with determining when to kill apps for wake usage. by Dianne Hackborn · 14 years ago
  58. 9adb9c3 Various battery info things: by Dianne Hackborn · 14 years ago
  59. c27181c Remove memory monitoring from the system watchdog by Christopher Tate · 14 years ago
  60. 01e4cfc Some ActivityThread/ActivityManager cleanup. by Dianne Hackborn · 14 years ago
  61. 860755f Add support for heavy-weight applications. by Dianne Hackborn · 14 years ago
  62. 906497c Hopefully fix issue #2662536: Why is launcher being killed? by Dianne Hackborn · 14 years ago
  63. 149427c Fix issue #2621809: Kill! Kill! Kill! by Dianne Hackborn · 14 years ago
  64. dd71fc8 Rework the LRU list for hidden and empty processes. by Dianne Hackborn · 15 years ago
  65. 0c3154d Fix issue #2163654: deadlock, runtime restart by Dianne Hackborn · 15 years ago
  66. dd9b82c Add better service reporting. by Dianne Hackborn · 15 years ago
  67. fd12af4 Various tweaks to try to improve low memory behavior. by Dianne Hackborn · 15 years ago
  68. de42bb6 Work on issue #2030135: Device sluggish by Dianne Hackborn · 15 years ago
  69. 06de2ea Activity Manager changes the scheduling group of processes. by Dianne Hackborn · 15 years ago
  70. f5b9c72 ActivityManagerService sends bug reports on crashes and ANRs by Jacek Surazski · 15 years ago
  71. 1655be4 Fix issue #1837610 and #1753079 by Dianne Hackborn · 15 years ago
  72. 1d442e0 More optimization of dumpsys output. by Dianne Hackborn · 15 years ago
  73. f210d6b Let's do bug #1769910 actually right. by Dianne Hackborn · 15 years ago
  74. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  75. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  76. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  77. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago