1. c24ab86 Work on issue #5465917: Wakelock *overflow* held for very long times by Dianne Hackborn · 13 years ago
  2. 1059c3c Move battery stats to xt_qtaguid for data stats. by Jeff Sharkey · 13 years ago
  3. 13c7197 Revert encryption mapping for device wipes. by Ben Komalo · 13 years ago
  4. e8c88e6 Fix issue #5163456: logspam/tight loop in BatteryStatsImpl by Dianne Hackborn · 13 years ago
  5. b5d55e3 Foreground/background network stats using sets. by Jeff Sharkey · 13 years ago
  6. 8e8d65f Fix some crashes that are happening in the system process. by Dianne Hackborn · 13 years ago
  7. e516893 Grant AID_NET_BW_STATS to system service. by Jeff Sharkey · 13 years ago
  8. 45ce864 Move LoadAverageService to the SystemUI apk. by Dianne Hackborn · 13 years ago
  9. 622c03e Merge "Expose app resume times to the ApplicationProvider." by Mark Brophy · 13 years ago
  10. 3f9dd28 Increase activity timeouts when using a wrapper process. by Jeff Brown · 13 years ago
  11. 2455efe SDK_INT is not "current" on unreleased builds. by Elliott Hughes · 13 years ago
  12. 9fc0330 Expose app resume times to the ApplicationProvider. by Mark Brophy · 13 years ago
  13. e1dfcb7 Pass the targetSdkVersion through to the zygote-forked dalvik. by Elliott Hughes · 13 years ago
  14. ae07ecf Add the "debug.jni.logging" property so third-party developers can debug their JNI problems. by Elliott Hughes · 13 years ago
  15. 8568db5 Move socket tagging from libcore. by Jesse Wilson · 13 years ago
  16. ae38445 Fix battery history management. by Dianne Hackborn · 13 years ago
  17. 0c2313d Mimic Zygote preload steps when using wrappers. by Jeff Brown · 13 years ago
  18. c6f1f4a am ca6c3a2b: am 4ce6822b: am 24de44a1: Merge "ExternalStorageFormatter takes an optional StorageVolume target." into honeycomb-mr2 by Gilles Debunne · 13 years ago
  19. ca6c3a2 am 4ce6822b: am 24de44a1: Merge "ExternalStorageFormatter takes an optional StorageVolume target." into honeycomb-mr2 by Gilles Debunne · 13 years ago
  20. 37051cd ExternalStorageFormatter takes an optional StorageVolume target. by Gilles Debunne · 13 years ago
  21. ebed7d6 Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 13 years ago
  22. 5e3357f Merge commit '5eb49e0f' into m by Conley Owens · 13 years ago
  23. 5eb49e0 am e321d064: am 2f463ef1: Merge "Adding a sanity test in the while loop in readHistory()" by Conley Owens · 13 years ago
  24. 2f463ef Merge "Adding a sanity test in the while loop in readHistory()" by Conley Owens · 13 years ago
  25. 1fadab5 More battery stats improvements. by Dianne Hackborn · 13 years ago
  26. 0ffc988 Rewrite battery history storage. by Dianne Hackborn · 13 years ago
  27. ceb8897 Merge "Tolerate missing AccountManager resource, not just missing resource name" by Brian Carlstrom · 13 years ago
  28. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  29. 46703b0 Tolerate missing AccountManager resource, not just missing resource name by Brian Carlstrom · 13 years ago
  30. 08065b9 Tracking merge of dalvik-dev to master by Brian Carlstrom · 13 years ago
  31. ed7e007 SamplingProfilerIntegration and SamplingProfiler improvements (3/3) by Brian Carlstrom · 14 years ago
  32. a9602db Tracking SamplingProfiler change in libcore by Brian Carlstrom · 14 years ago
  33. 8f4c49d Merge "Remove dead code from the Zygote initialization." by Carl Shapiro · 14 years ago
  34. f973eaa Remove dead code from the Zygote initialization. by Carl Shapiro · 14 years ago
  35. 32de2f6 Fix issue #4068088: NPE at com.android.internal.os.BatteryStatsImpl... by Dianne Hackborn · 14 years ago
  36. f41768c am f7b99b32: Merge "Give system server permission to access USB. DO NOT MERGE" into gingerbread by Mike Lockwood · 14 years ago
  37. 89e7f9f Give system server permission to access USB. DO NOT MERGE by Mike Lockwood · 14 years ago
  38. 22577b8 am 5ff79c3b: Merge "DO NOT MERGE Cherry-pick of Ie4026a7c back to GB" into gingerbread by Jason Chen · 14 years ago
  39. 9248e95 DO NOT MERGE Cherry-pick of Ie4026a7c back to GB by Dianne Hackborn · 14 years ago
  40. 3d86524 Adding a sanity test in the while loop in readHistory() by Per Andersson · 14 years ago
  41. 5284090 Changes for ril.h version 6. by Wink Saville · 14 years ago
  42. 9fa533c am e2be3416: Merge "Don\'t call broken+deprecated SamplingProfiler.writeHprofData" into honeycomb by Jesse Wilson · 14 years ago
  43. db35269 Don't call broken+deprecated SamplingProfiler.writeHprofData by Jesse Wilson · 14 years ago
  44. 4bc6bb8 am 97b0b7bb: am 3ea5728e: Tweak level at which we reset battery stats to 90%. by Dianne Hackborn · 14 years ago
  45. 97b0b7b am 3ea5728e: Tweak level at which we reset battery stats to 90%. by Dianne Hackborn · 14 years ago
  46. c1b40e3 Implement issue #3326435: Battery stats improvements by Dianne Hackborn · 14 years ago
  47. 3ea5728 Tweak level at which we reset battery stats to 90%. by Dianne Hackborn · 14 years ago
  48. f890fab Ensure bitmaps aren't freed while referenced from a display list by Patrick Dubroy · 14 years ago
  49. ccc7141 resolved conflicts for merge of 78e9f4cb to master by Dianne Hackborn · 14 years ago
  50. 78e9f4c am e4a59519: Fix issue #3154576: battery stats checkin should include UID -> packages+ map by Dianne Hackborn · 14 years ago
  51. e4a5951 Fix issue #3154576: battery stats checkin should include UID -> packages+ map by Dianne Hackborn · 14 years ago
  52. d9c17cc merge from gingerbread by Jean-Baptiste Queru · 14 years ago
  53. e59e030 Add more checks for bad values to protect from corrupt files. by Dianne Hackborn · 14 years ago
  54. 3fa82a9 am c4b7088f: am 42a23783: Merge "Add more checks for bad values to protect from corrupt files." into gingerbread by Dianne Hackborn · 14 years ago
  55. c4b7088 am 42a23783: Merge "Add more checks for bad values to protect from corrupt files." into gingerbread by Dianne Hackborn · 14 years ago
  56. 7b9c56f Add more checks for bad values to protect from corrupt files. by Dianne Hackborn · 14 years ago
  57. b7929d6 Do not attempt to set the minimize heap size in the Zygote. by Carl Shapiro · 14 years ago
  58. def41ec Resurrect SamplingProfilerIntegration by Brian Carlstrom · 14 years ago
  59. 0b91729 Disable SamplingProfilerIntegration until it's fixed. by Brad Fitzpatrick · 14 years ago
  60. c600720 am 63f40387: am 34594e75: Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread by Dianne Hackborn · 14 years ago
  61. 63f4038 am 34594e75: Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread by Dianne Hackborn · 14 years ago
  62. 0c8b4d3 Fix issue #3177284: Account for wake lock power usage on Crespo by Dianne Hackborn · 14 years ago
  63. 962a990 Add some network/phone type constants. by Robert Greenwalt · 14 years ago
  64. 504d5e0 Change SamplingProfiler to use a sampling interval instead of Hz by Brian Carlstrom · 14 years ago
  65. 091511b am e3e8642c: am 001c7d12: Merge "Set capabilities sooner." into gingerbread by Andy McFadden · 14 years ago
  66. e3e8642 am 001c7d12: Merge "Set capabilities sooner." into gingerbread by Andy McFadden · 14 years ago
  67. 1b4c796 Set capabilities sooner. by Andy McFadden · 14 years ago
  68. 5a1e4cf Update BT APIs return type from Set to List. by Jaikumar Ganesh · 14 years ago
  69. 6dcab20 am 153bf6c8: am e9e23405: Merge "Fix issue #3113424: Battery stats don\'t reset on Crespo" into gingerbread by Dianne Hackborn · 14 years ago
  70. 153bf6c am e9e23405: Merge "Fix issue #3113424: Battery stats don\'t reset on Crespo" into gingerbread by Dianne Hackborn · 14 years ago
  71. 266e607 Fix issue #3113424: Battery stats don't reset on Crespo by Dianne Hackborn · 14 years ago
  72. 027610a resolved conflicts for merge of 964eb438 to master by Kenny Root · 14 years ago
  73. 6520224 am 157fa0ac: am 77c011ba: Set default heap size to 5MB. by Romain Guy · 14 years ago
  74. 875ecaa am 13e46665: am 736f5ec4: Merge "Work on issue #3101415: Crespo apps seem to have their UID changed over time." into gingerbread by Dianne Hackborn · 14 years ago
  75. 964eb43 am 42499170: Implement issue #3094621 and #3094609 - wipe sd card by Dianne Hackborn · 14 years ago
  76. 4249917 Implement issue #3094621 and #3094609 - wipe sd card by Dianne Hackborn · 14 years ago
  77. 157fa0a am 77c011ba: Set default heap size to 5MB. by Romain Guy · 14 years ago
  78. 77c011b Set default heap size to 5MB. by Romain Guy · 14 years ago
  79. 13e4666 am 736f5ec4: Merge "Work on issue #3101415: Crespo apps seem to have their UID changed over time." into gingerbread by Dianne Hackborn · 14 years ago
  80. 8718a51 Close System.out and System.err streams when they are made unreachable. by Jesse Wilson · 14 years ago
  81. 8bdf593 Work on issue #3101415: Crespo apps seem to have their UID changed over time. by Dianne Hackborn · 14 years ago
  82. 50d3fa7 am d5423321: am 9934fa77: Merge "Fix issue #3074745: Crash in system process" into gingerbread by Dianne Hackborn · 14 years ago
  83. d542332 am 9934fa77: Merge "Fix issue #3074745: Crash in system process" into gingerbread by Dianne Hackborn · 14 years ago
  84. f47d8f2 Fix issue #3074745: Crash in system process by Dianne Hackborn · 14 years ago
  85. 3f03496 Update code for new BT APIs. by Jaikumar Ganesh · 14 years ago
  86. 846df9f resolved conflicts for merge of 8952a448 to master by Dianne Hackborn · 14 years ago
  87. 8952a44 am 287952c3: Fix issue #3022508: Crash during media scan by Dianne Hackborn · 14 years ago
  88. 287952c Fix issue #3022508: Crash during media scan by Dianne Hackborn · 14 years ago
  89. 48a781a am 4b187e80: am 8e1b84e7: Merge "Some battery improvements:" into gingerbread by Dianne Hackborn · 14 years ago
  90. 4b187e8 am 8e1b84e7: Merge "Some battery improvements:" into gingerbread by Dianne Hackborn · 14 years ago
  91. ce2ef76 Some battery improvements: by Dianne Hackborn · 14 years ago
  92. 03f3cb0 resolved conflicts for merge of 1f377298 to master by Dianne Hackborn · 14 years ago
  93. 1f37729 am 58e0eefe: Improve power tracking of WIFI use. by Dianne Hackborn · 14 years ago
  94. 58e0eef Improve power tracking of WIFI use. by Dianne Hackborn · 14 years ago
  95. e746f03 resolved conflicts for merge of 53686433 to master by Dianne Hackborn · 14 years ago
  96. 5368643 am 7e9f4eb2: Track client requests through location manager. by Dianne Hackborn · 14 years ago
  97. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 14 years ago
  98. 8615fdc am 506d724c: Merge "DO NOT MERGE. I like\'d ctate\'s change so much I\'m doin it myself!" into gingerbread by Dianne Hackborn · 14 years ago
  99. 618b8c1 DO NOT MERGE. I like'd ctate's change so much I'm doin it myself! by Dianne Hackborn · 14 years ago
  100. c6ded1b am 195dc210: am a4ce31f5: Merge "Small fixes to battery stats." into gingerbread by Dianne Hackborn · 14 years ago