1. eaf2ac4 Battery stats: more events, fixes. by Dianne Hackborn · 11 years ago
  2. 49782e4 am 9158825f: Move some system services to separate directories by Amith Yamasani · 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/ActiveServices.java]
  4. 4dace6f Merge "Improvements to battery stats." by Dianne Hackborn · 11 years ago
  5. 90e9b1d Fix issue #11790471: Crash removed home buttons and notification bar/shade by Dianne Hackborn · 11 years ago
  6. ddc19e9 Maybe fix issue #11634365: Leaking restarting services by Dianne Hackborn · 11 years ago
  7. d6f5b62 Work on issue #11634365: Leaking restarting services by Dianne Hackborn · 11 years ago
  8. bc72dce Fix issue #11630188: Still seeing some processes not on LRU list errors by Dianne Hackborn · 11 years ago
  9. daa0d5c Fix issue #11223338: Not retaining service started state while restarting by Dianne Hackborn · 11 years ago
  10. 2303741 Help out with issue #11497149: Clock app crashes when opened during... by Dianne Hackborn · 11 years ago
  11. 7b49272 Fix issue #11223338: Not retaining service started state while restarting by Dianne Hackborn · 11 years ago
  12. db92608 Fix issue #11168649: LRU logic for Chrome renderers seems... by Dianne Hackborn · 11 years ago
  13. 878deb3 Fix issue #11223335: APR: Lots of failures in procstats due to... by Dianne Hackborn · 11 years ago
  14. 13c590d Fix issue #11113111: `dumpsys activity service` is broken by Dianne Hackborn · 11 years ago
  15. 164371f Fix issue #11005453: [SUW] G+ profile creation for new user broken by Dianne Hackborn · 11 years ago
  16. 540b659 Use correct method for sparsearray lookup by Amith Yamasani · 11 years ago
  17. 2be0093 Debug issue #10876433 java.lang.IllegalStateException... by Dianne Hackborn · 11 years ago
  18. 3bc8f78d Implement issue #10691475: Kill cached processes if about to... by Dianne Hackborn · 11 years ago
  19. 6285a32 Finish issue #10779747: Calendar Storage crash observed... by Dianne Hackborn · 11 years ago
  20. 0d97cd1 Fix issue #10779747: Calendar Storage crash observed... by Dianne Hackborn · 11 years ago
  21. 2e46bb5 Fix issue #10747324: adb install hangs by Dianne Hackborn · 11 years ago
  22. 8e69257 Implement #10749688: Improve low memory reporting by Dianne Hackborn · 11 years ago
  23. 9210bc8 Implement #10744011: Serialize running of background services by Dianne Hackborn · 11 years ago
  24. f5323fe Pass in the ComponentName of the resolved service for service intents by Ben Gruver · 11 years ago
  25. b622379 Add support for service intents by Ben Gruver · 11 years ago
  26. d293224 Refactor ProcessStats, ProcessTracker. by Dianne Hackborn · 11 years ago
  27. bf36ee2 Allow services to execute in the background scheduling group. by Dianne Hackborn · 11 years ago
  28. bd754f4 Fix bug that was causing us to lose total memory buckets. by Dianne Hackborn · 11 years ago
  29. c823051 Switch proc stats to use new process state constants. by Dianne Hackborn · 11 years ago
  30. a413dc0 Add new proc state constants and delivery. by Dianne Hackborn · 11 years ago
  31. cf117164 Reduce some event log noise: by Dianne Hackborn · 11 years ago
  32. 904a857 More work on procstats: save/restore state, fixes. by Dianne Hackborn · 11 years ago
  33. 9512953 Move Keyguard to the systemui process. by Jim Miller · 11 years ago
  34. 91268cf More work on process tracking. by Dianne Hackborn · 11 years ago
  35. 78a369c Improve process tracking. by Dianne Hackborn · 11 years ago
  36. cbfd23e Add new API to retrieve a dumpsys of a single package. by Dianne Hackborn · 11 years ago
  37. be4e6aa Initial super-primitive process tracker. by Dianne Hackborn · 11 years ago
  38. 7ad34e5 Improve debug printing in activity manager. by Dianne Hackborn · 11 years ago
  39. 390517b Clean up some temporary allocations. by Dianne Hackborn · 11 years ago
  40. d232895 Prepare ActivityManagerService for multiple stacks. by Craig Mautner · 11 years ago
  41. 9d6d890 Reduce verbosity of service event logging. by Jeff Sharkey · 12 years ago
  42. c0bd747 Further work on issue #7307399: Framework needs a new pre-user-shutdown... by Dianne Hackborn · 12 years ago
  43. 5fe7e2a Fix issue #6968859: home not exiting an ANR'd dream by Dianne Hackborn · 12 years ago
  44. b12e135 Maybe fix issue #7211766: bindService() to User u0 While u10 is... by Dianne Hackborn · 12 years ago
  45. 139748f Fix issue #7215984: java.lang.RuntimeException: Unable to create... by Dianne Hackborn · 12 years ago
  46. 4076bc5 Fix service binding for singleUser services by Amith Yamasani · 12 years ago
  47. 1676c85 Flesh out multi-user in am commands. by Dianne Hackborn · 12 years ago
  48. 2d1b378 Various fixes. by Dianne Hackborn · 12 years ago
  49. 5e03e2c More multi-user stuff: by Dianne Hackborn · 12 years ago
  50. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  51. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  52. 80a4af2 Start implementing concept of "running" users. by Dianne Hackborn · 12 years ago
  53. 2b91465 Fix adb install by Amith Yamasani · 12 years ago
  54. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  55. 0c38049 Improve multi-user app management. by Dianne Hackborn · 12 years ago
  56. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  57. f88dd0b Small service cleanup. by Dianne Hackborn · 12 years ago
  58. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  59. 7d19e02 More mult-user API work. by Dianne Hackborn · 12 years ago
  60. 599db5c Refactor Service code out of main ActivityManagerService class. by Dianne Hackborn · 12 years ago