1. 6754ba2 Add plumbing for dumping database info using dumpsys. by Jeff Brown · 13 years ago
  2. 18cb287 Add ContentProvider.dump() by Marco Nelissen · 13 years ago
  3. 77eaaf0 Fix issue #5713576: Home redraws after returning from app on Nexus S 4G by Dianne Hackborn · 13 years ago
  4. 5068560 Improve how we manage the previous app. by Dianne Hackborn · 13 years ago
  5. bbb09ac Turn off debug log. by Dianne Hackborn · 13 years ago
  6. 8bf0aa9 Fix issue #5636525: ANR observed in setup wizard after changing language by Dianne Hackborn · 13 years ago
  7. 672342c Another attempt at getting OOM reports to batch. by Dianne Hackborn · 13 years ago
  8. ee9aef0 Maybe fix issue #5627399: java.lang.RuntimeException - While sign in... by Dianne Hackborn · 13 years ago
  9. 7aa6d31 Whoops, need to acquire lock. by Dianne Hackborn · 13 years ago
  10. d8c98fe Improve low memory dropbox reporting. by Dianne Hackborn · 13 years ago
  11. 91c2b5c Merge "Improve low memory reporting." into ics-mr1 by Dianne Hackborn · 13 years ago
  12. 8ec8d41 Improve low memory reporting. by Dianne Hackborn · 13 years ago
  13. 813075a6 Maybe fix issue #5405788: Device continuously opening and closing... by Dianne Hackborn · 13 years ago
  14. be70785 Make activity manager more robust in the face of app activity leaks. by Dianne Hackborn · 13 years ago
  15. e4d4fbc Add drop box reports of low memory. by Dianne Hackborn · 13 years ago
  16. 6581043 am 7311bd4b: Merge "Print out memory info when we get into a low memory situation." into ics-mr0 by Dianne Hackborn · 13 years ago
  17. 04d6db3 Print out memory info when we get into a low memory situation. by Dianne Hackborn · 13 years ago
  18. 28695e0 More performance work: by Dianne Hackborn · 13 years ago
  19. f35fe23 Add new OOM adjustment for the "previous" process. by Dianne Hackborn · 13 years ago
  20. 2c84cfc Various performance and other work. by Dianne Hackborn · 13 years ago
  21. e02c88a Work on process management. by Dianne Hackborn · 13 years ago
  22. a353d26 Differentiate between system_server and unknown. by Jeff Sharkey · 13 years ago
  23. 98cfebc Fix issue #5461497: Landed on Welcome screen after a tap on 'Next' in Screen 500 by Dianne Hackborn · 13 years ago
  24. 38cc896 Fix issue #5446988: WindowManager warns BOOT TIMEOUT,... by Dianne Hackborn · 13 years ago
  25. 3abd75b Add DUMP permission checks to services by Kenny Root · 13 years ago
  26. 90c52de Fix issue #5173952: Opening a Notification From Lock Screen... by Dianne Hackborn · 13 years ago
  27. 80a7ac1 Fix issue #5321282: Force Stop Button in Battery Screen Not disabled correctly by Dianne Hackborn · 13 years ago
  28. 2a6bcda Fix issue #5253941: ICS ignoring provider's android:process flag by Dianne Hackborn · 13 years ago
  29. e123612 Merge "Work on issue #5144065: Tap on Music icon from Home screen - a different app opens" by Dianne Hackborn · 13 years ago
  30. e5ba16a Work on issue #5144065: Tap on Music icon from Home screen - a different app opens by Dianne Hackborn · 13 years ago
  31. eeb1dca Fix issue #5139085: Some Recents items can't be killed by Dianne Hackborn · 13 years ago
  32. 905577f Fix issue #5263361: Browser instance not created in application picker by Dianne Hackborn · 13 years ago
  33. 5d927c2 Fix issue #5150899: Call activity takes 15MB we never get back. by Dianne Hackborn · 13 years ago
  34. 295e3c2 Fix issue #5214105 and work on issue #5109947. by Dianne Hackborn · 13 years ago
  35. a4bacb8 Fix animation scale to also scale start offset. by Dianne Hackborn · 13 years ago
  36. 29aae6f Fix issue #4279860: previous UI flashes before showing lock screen... by Dianne Hackborn · 13 years ago
  37. 661cd52 Add progress dialog for booting after an upgrade. by Dianne Hackborn · 13 years ago
  38. d6a2be3 Merge "Allow Instrumentation to kill even persistent processes" by Christopher Tate · 13 years ago
  39. 3dacd84 Allow Instrumentation to kill even persistent processes by Christopher Tate · 13 years ago
  40. 1c9b260 Fix issue #5187844: Query is misrouted to wrong content provider by Dianne Hackborn · 13 years ago
  41. d99b293 Fix issue #5180553: permission RECEIVE_BOOT_COMPLETED is not checked by Dianne Hackborn · 13 years ago
  42. e8c88e6 Fix issue #5163456: logspam/tight loop in BatteryStatsImpl by Dianne Hackborn · 13 years ago
  43. e518be3 am 51beb81a: am ee93fd5c: am 7a0d746b: am baaf3ce6: Merge "Handle stopping of services with still bound applications." by Dianne Hackborn · 13 years ago
  44. 51beb81 am ee93fd5c: am 7a0d746b: am baaf3ce6: Merge "Handle stopping of services with still bound applications." by Dianne Hackborn · 13 years ago
  45. baaf3ce Merge "Handle stopping of services with still bound applications." by Dianne Hackborn · 13 years ago
  46. 62f20ec Add new am option to profile the launching of an activity. by Dianne Hackborn · 13 years ago
  47. c635027 Store last-resume times in a separate XML file. by Mark Brophy · 13 years ago
  48. 7d60842 Move OOM kernel settings to activity manager. by Dianne Hackborn · 13 years ago
  49. b437e09 Improved memory use reporting. by Dianne Hackborn · 13 years ago
  50. c68c913 Various work on out of memory managment. by Dianne Hackborn · 13 years ago
  51. d5d7e16 Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 13 years ago
  52. 3c6c3dd Merge "Don't actually try to stop processes marked 'persistent'" by Christopher Tate · 13 years ago
  53. 130b0d2 Fix issue #4466531: onServiceConnected() not called after... by Dianne Hackborn · 13 years ago
  54. 064d842 Don't actually try to stop processes marked 'persistent' by Christopher Tate · 13 years ago
  55. c09bd15 Merge "Fix bug where memory trim was not being delivered with correct level." by Dianne Hackborn · 13 years ago
  56. f0754f5b Fix bug where memory trim was not being delivered with correct level. by Dianne Hackborn · 13 years ago
  57. 7eabe55 Add looper profiling to adb shell am by Romain Guy · 13 years ago
  58. 31ca854 Fix issue #4976176: Font size setting does not persist by Dianne Hackborn · 13 years ago
  59. 1b64e0d Work on death recipient leaks in Activity Manager and Content Service. by Dianne Hackborn · 13 years ago
  60. 0e3328f Rework and fix "adb shell dumpsys meminfo" by Dianne Hackborn · 13 years ago
  61. 45ce864 Move LoadAverageService to the SystemUI apk. by Dianne Hackborn · 13 years ago
  62. ce86ba8 Improve handling of low memory. by Dianne Hackborn · 13 years ago
  63. 3f9dd28 Increase activity timeouts when using a wrapper process. by Jeff Brown · 13 years ago
  64. 10e8971 Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 13 years ago
  65. e1dfcb7 Pass the targetSdkVersion through to the zygote-forked dalvik. by Elliott Hughes · 13 years ago
  66. ae07ecf Add the "debug.jni.logging" property so third-party developers can debug their JNI problems. by Elliott Hughes · 13 years ago
  67. 8894cc5 When removing a task, also kill its processes. by Dianne Hackborn · 13 years ago
  68. 6c418d5 Fix issue #4902856: Don't let apps register non-explicit PendingIntents by Dianne Hackborn · 13 years ago
  69. fa36aee Make debuggable="true" imply CheckJNI. by Elliott Hughes · 13 years ago
  70. 15856f7 am 27bad6f3: am baa89d38: am f930232f: Fix a major problem in fragment lifecycle. by Dianne Hackborn · 13 years ago
  71. 27bad6f am baa89d38: am f930232f: Fix a major problem in fragment lifecycle. by Dianne Hackborn · 13 years ago
  72. f930232 Fix a major problem in fragment lifecycle. by Dianne Hackborn · 13 years ago
  73. 1fdc061 am 816e5b72: am ee3de4a9: am a3ce0f1e: Merge "Remove compat mode dialog." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  74. aefc94f am 4bd50588: am fc3fa5dc: am 1b405592: Merge "Fix issue #4539687: At least one compatibility-mode app (Androminion)..." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  75. 816e5b7 am ee3de4a9: am a3ce0f1e: Merge "Remove compat mode dialog." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  76. 2947826 Remove compat mode dialog. by Dianne Hackborn · 13 years ago
  77. 4bd5058 am fc3fa5dc: am 1b405592: Merge "Fix issue #4539687: At least one compatibility-mode app (Androminion)..." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  78. bc7386c Fix issue #4539687: At least one compatibility-mode app (Androminion)... by Dianne Hackborn · 13 years ago
  79. 50469db am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml resources used for homescreen widgets." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  80. 7dad2c2 am 9b94aa18: am e5d37701: am 8ea5e1d7: Fix compat mode bugs when updating apps. by Dianne Hackborn · 13 years ago
  81. 287bd83 Snapshot PID/UID when enqueuing events. by Jeff Sharkey · 13 years ago
  82. 75a9970 Restore from a previous full backup's tarfile by Christopher Tate · 13 years ago
  83. 36f80f3 resolved conflicts for merge of 590ec479 to master by Dianne Hackborn · 13 years ago
  84. 7322e55 am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml resources used for homescreen widgets." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  85. 2f0b175 Fix issue #4502672: Wrong xml resources used for homescreen widgets. by Dianne Hackborn · 13 years ago
  86. 9b94aa1 am e5d37701: am 8ea5e1d7: Fix compat mode bugs when updating apps. by Dianne Hackborn · 13 years ago
  87. 8ea5e1d Fix compat mode bugs when updating apps. by Dianne Hackborn · 13 years ago
  88. 590ec47 am 80ef2a97: am 42f8094c: Merge "Spiffy new compatibility mode UI." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  89. 36cd41f Spiffy new compatibility mode UI. by Dianne Hackborn · 13 years ago
  90. b5b1fb2 Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 13 years ago
  91. ebed7d6 Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 13 years ago
  92. a462079 Observe screen on/off events in NetworkPolicy. by Jeff Sharkey · 13 years ago
  93. 78ae81e Merge "First pass at NetworkPolicy and activity tracking." by Jeff Sharkey · 13 years ago
  94. fbdf9df am 2a20583a: am 700ab1c7: Merge "DO NOT MERGE. Integrate from master: Improve activity manager debug dumps." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  95. 9a84983 DO NOT MERGE. Integrate from master: Improve activity manager debug dumps. by Dianne Hackborn · 13 years ago
  96. d5cdd59 First pass at NetworkPolicy and activity tracking. by Jeff Sharkey · 13 years ago
  97. 3d0724d resolved conflicts for merge of 0e59729b to master by Dianne Hackborn · 13 years ago
  98. 0e59729 am 97280816: am 0f1de9ad: New compat mode front end: UI and persistence. by Dianne Hackborn · 13 years ago
  99. 0f1de9a New compat mode front end: UI and persistence. by Dianne Hackborn · 13 years ago
  100. 4a627c7 Full local backup infrastructure by Christopher Tate · 13 years ago