1. 517daec Moved SystemServer binder thread monitor from AMS to Monitor class. by Wale Ogunwale · 9 years ago
  2. d7fdd02 Added watchdog monitor for Binder threads availability. by Wale Ogunwale · 9 years ago
  3. 6c7b41a Rename Looper::isIdling() to isPolling() to resolve confusion. by Jeff Brown · 9 years ago
  4. 0620c45 also add backtraces of CPUs before watchdog kills system server by Guang Zhu · 10 years ago
  5. 89ad456 Fix issue #16311398: Limit number of documents a process can open by Dianne Hackborn · 10 years ago
  6. 4ccb823 Refactor display manager service to new pattern. by Jeff Brown · 10 years ago
  7. 6f357d3 Start untangling system server early bootstrapping. by Jeff Brown · 10 years ago
  8. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/Watchdog.java]
  9. 182f73f Introduce a Lifecycle for system services by Adam Lesinski · 11 years ago
  10. e5c1208 Merge "am: Increase dropbox buffer size to 256KB (from 128KB)" into klp-dev by Igor Murashkin · 11 years ago
  11. e6f81cf Support different watchdog timeouts for different entities by Christopher Tate · 11 years ago
  12. 44d04aa am: Increase dropbox buffer size to 256KB (from 128KB) by Igor Murashkin · 11 years ago
  13. 7dd2d19 Emit a more meaningful cause for watchdog restarts. by Jeff Brown · 11 years ago
  14. fa012b3 Improve watchdog error reporting. by Dianne Hackborn · 11 years ago
  15. f6438b1 Eradicate basically all of the system reboot stuff in the watchdog. by Dianne Hackborn · 11 years ago
  16. efa92b2 Cleanup some of the thread merging. by Dianne Hackborn · 11 years ago
  17. 1d69bad resolved conflicts for merge of a98b0ff8 to master by Kenny Root · 11 years ago
  18. add5821 resolved conflicts for merge of 485d7a31 to master by Kenny Root · 11 years ago
  19. 8bd64df Help for the debugging help for issue #8734824. by Dianne Hackborn · 11 years ago
  20. 5b88a2f Debugging help for issue #8734824: WATCHDOG KILLING SYSTEM PROCESS by Dianne Hackborn · 11 years ago
  21. 98eb06a Fix build. by Dianne Hackborn · 11 years ago
  22. c9dc93e Merge "Start combining threads in system process." by Dianne Hackborn · 11 years ago
  23. 8d044e8 Start combining threads in system process. by Dianne Hackborn · 11 years ago
  24. 56a6c66 Dump system server stack trace on watchdog failure by Michael Wright · 11 years ago
  25. 4da44d1 Improve watchdog explanation when system server is blocked by Michael Wright · 11 years ago
  26. 1d08e59 Watchdog race condition when sending message out of synchronized by Jean-Christophe PINCE · 11 years ago
  27. 8fa56f6 Lock when obtaining the current monitor name. by Michael Wright · 11 years ago
  28. 1164152 Fix Watchdog HeartbeatHandler to run on correct thread by John Michelau · 11 years ago
  29. 5df1d87 trigger kernel blocked stack trace on system server watchdog by Colin Cross · 12 years ago
  30. c428aae Fix issue #7267494, issue #7212347 by Dianne Hackborn · 12 years ago
  31. a4d8204 Fix some synchronization issues in BatteryService. by Jeff Brown · 12 years ago
  32. 4de9936 Remove unused Secure settings. by Jeff Sharkey · 12 years ago
  33. 0b5a4a1 am 11626a91: am 9eb3bd88: am 42a58ecd: Merge "Revert "Watchdog: Improvement of debuggability"" by Jean-Baptiste Queru · 12 years ago
  34. 784827b Revert "Watchdog: Improvement of debuggability" by Jean-Baptiste Queru · 12 years ago
  35. 4698e36 am 6ab3ea5f: am 147ef944: am 60d1e1a0: Merge "Watchdog: Improvement of debuggability" by Jean-Baptiste Queru · 12 years ago
  36. 9211b13 Watchdog: Improvement of debuggability by rikard dahlman · 12 years ago
  37. 9630704 Power manager rewrite. by Jeff Brown · 12 years ago
  38. 4f8ecd8 Move power manager to a new package. by Jeff Brown · 12 years ago
  39. f72467a Include important native processes in watchdog stacks. by Dianne Hackborn · 12 years ago
  40. a353d26 Differentiate between system_server and unknown. by Jeff Sharkey · 13 years ago
  41. cf2317e put the watchdog values back to what they should be by Mathias Agopian · 13 years ago
  42. 2370d0a make sure to re-initialize SurfaceTexture to its default state on disconnect by Mathias Agopian · 13 years ago
  43. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  44. 9765c72 Watchdog can get deadlocked on activity manager by Brad Fitzpatrick · 13 years ago
  45. 6b1afeb Improve debug output when an ANR happens. by Dianne Hackborn · 14 years ago
  46. c27181c Remove memory monitoring from the system watchdog by Christopher Tate · 14 years ago
  47. ecaa7b4 Watchdog now records kernel stacks when it fires by Christopher Tate · 14 years ago
  48. 6ee412d Also dump system process threads halfway through the watchdog interval by Christopher Tate · 14 years ago
  49. 4bded07 Dump the phone process stack (as well as the system process) on watchdog reset. by Dan Egnor · 14 years ago
  50. 6ffce2e Add new shutdown observer for MountService. by Suchi Amalapurapu · 14 years ago
  51. 9bdc94b Improve watchdog diagnostics. by Dan Egnor · 14 years ago
  52. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 14 years ago
  53. f688889 move Watchdog's settings from Gservices to Secure by Doug Zongker · 15 years ago
  54. ab5c49c move event log tags used by system server into this package by Doug Zongker · 15 years ago
  55. 723738c Expand support for different screen sizes. by Dianne Hackborn · 15 years ago
  56. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  57. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  58. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 15 years ago
  59. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  60. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago