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