1. 5a1e4cf Update BT APIs return type from Set to List. by Jaikumar Ganesh · 14 years ago
  2. 6dcab20 am 153bf6c8: am e9e23405: Merge "Fix issue #3113424: Battery stats don\'t reset on Crespo" into gingerbread by Dianne Hackborn · 14 years ago
  3. 153bf6c am e9e23405: Merge "Fix issue #3113424: Battery stats don\'t reset on Crespo" into gingerbread by Dianne Hackborn · 14 years ago
  4. 266e607 Fix issue #3113424: Battery stats don't reset on Crespo by Dianne Hackborn · 14 years ago
  5. 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
  6. 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
  7. 8bdf593 Work on issue #3101415: Crespo apps seem to have their UID changed over time. by Dianne Hackborn · 14 years ago
  8. 50d3fa7 am d5423321: am 9934fa77: Merge "Fix issue #3074745: Crash in system process" into gingerbread by Dianne Hackborn · 14 years ago
  9. d542332 am 9934fa77: Merge "Fix issue #3074745: Crash in system process" into gingerbread by Dianne Hackborn · 14 years ago
  10. f47d8f2 Fix issue #3074745: Crash in system process by Dianne Hackborn · 14 years ago
  11. 3f03496 Update code for new BT APIs. by Jaikumar Ganesh · 14 years ago
  12. 8952a44 am 287952c3: Fix issue #3022508: Crash during media scan by Dianne Hackborn · 14 years ago
  13. 287952c Fix issue #3022508: Crash during media scan by Dianne Hackborn · 14 years ago
  14. 4b187e8 am 8e1b84e7: Merge "Some battery improvements:" into gingerbread by Dianne Hackborn · 14 years ago
  15. ce2ef76 Some battery improvements: by Dianne Hackborn · 14 years ago
  16. 1f37729 am 58e0eefe: Improve power tracking of WIFI use. by Dianne Hackborn · 14 years ago
  17. 58e0eef Improve power tracking of WIFI use. by Dianne Hackborn · 14 years ago
  18. 5368643 am 7e9f4eb2: Track client requests through location manager. by Dianne Hackborn · 14 years ago
  19. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 14 years ago
  20. 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
  21. 618b8c1 DO NOT MERGE. I like'd ctate's change so much I'm doin it myself! by Dianne Hackborn · 14 years ago
  22. 195dc21 am a4ce31f5: Merge "Small fixes to battery stats." into gingerbread by Dianne Hackborn · 14 years ago
  23. b8071d79 Small fixes to battery stats. by Dianne Hackborn · 14 years ago
  24. 5fdacb8 am ee455f5a: Merge "People holding partial wake locks now get blamed for CPU usage." into gingerbread by Dianne Hackborn · 14 years ago
  25. 0d903a8 People holding partial wake locks now get blamed for CPU usage. by Dianne Hackborn · 14 years ago
  26. 75f0024 am 6e86915e: Merge "Fixes to battery stats debug output." into gingerbread by Dianne Hackborn · 14 years ago
  27. b5e3165 Fixes to battery stats debug output. by Dianne Hackborn · 14 years ago
  28. a3ece8b am 32519259: Merge "Fix a few small battery stats problems:" into gingerbread by Dianne Hackborn · 14 years ago
  29. 99d0452 Fix a few small battery stats problems: by Dianne Hackborn · 14 years ago
  30. 2e47052 am 567722ee: Merge "Fix problems with determining when to kill apps for wake usage." into gingerbread by Dianne Hackborn · 14 years ago
  31. 1ebccf5 Fix problems with determining when to kill apps for wake usage. by Dianne Hackborn · 14 years ago
  32. 66b0343 am a8d9291d: Merge "Various battery info things:" into gingerbread by Dianne Hackborn · 14 years ago
  33. 9adb9c3 Various battery info things: by Dianne Hackborn · 14 years ago
  34. ff74e22 am ce3ac5f0: Merge "Corrected buffer overflow when parsing /proc/wakelocks" by Romain Guy · 14 years ago
  35. 3bee5af8 Battery stats: start removing last stats, keep total discharge. by Dianne Hackborn · 14 years ago
  36. 3372f2e Corrected buffer overflow when parsing /proc/wakelocks by Johannes Carlsson · 14 years ago
  37. 1e4b9f3 Remove InputConsumer, replacing with InputQueue. by Dianne Hackborn · 14 years ago
  38. 6b7b484 Various improvements to battery stats collection by Dianne Hackborn · 14 years ago
  39. 32907cf Adjust activity manager process OOM adj. by Dianne Hackborn · 14 years ago
  40. e579561 Fix a crash in BatteryStatsImpl, due to a previous fix. by Amith Yamasani · 14 years ago
  41. 2098ead Potential fix for bug: 2564824 : Device runtime restart in BatteryService by Amith Yamasani · 14 years ago
  42. 4cee725 Use atomic++ rather than lock/++/unlock in the input dispatch code path by Christopher Tate · 14 years ago
  43. 1afd1c9 Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot - LIBtt68127 by Dianne Hackborn · 14 years ago
  44. 9e0f5d9 Fix some random bugs. by Dianne Hackborn · 15 years ago
  45. 18d200f BatteryStatsImpl: initalize audio timer by Mike Chan · 15 years ago
  46. 1719a39 Migration to TrafficStats. by Ken Shirriff · 15 years ago
  47. cfc893d Fix for 2267410 : Battery use doesn't show CPU usage on non-wiped devices by Amith Yamasani · 15 years ago
  48. f37447b Proper fix for zero signal strength and no_service. Fixes #2176141 by Amith Yamasani · 15 years ago
  49. 8550f25 Check if rename of backed up file fails before persisting new changes. by Suchi Amalapurapu · 15 years ago
  50. 53b707b Handle bad lines in /proc/wakelocks : Fix for 2124260 by Amith Yamasani · 15 years ago
  51. e43530a Track CPU speed stepping to get more accurate CPU cost per app. by Amith Yamasani · 15 years ago
  52. 82cb029 Get At command count from Bluetooth headset. by Amith Yamasani · 15 years ago
  53. 3f7e35c Bluetooth at command tracking. by Amith Yamasani · 15 years ago
  54. 819f928 Add a method to Process to get uid for a pid. by Amith Yamasani · 15 years ago
  55. 32dbefd Track native processes and airplane mode. by Amith Yamasani · 15 years ago
  56. 2e41842 Possibly fix an issue where we thought an app was always using GPS. by Dianne Hackborn · 15 years ago
  57. 3718aaa Allow arrays of values for power profile data. by Amith Yamasani · 15 years ago
  58. eaeb663 Track activity foreground CPU usage for battery stats. by Amith Yamasani · 15 years ago
  59. c33fe6c Fix a hang during bootup. by Amith Yamasani · 15 years ago
  60. 244fa5c Initial checkin for App Fuel Gauge infrastructure. by Amith Yamasani · 15 years ago
  61. 58ff021 Increment BatteryStatsImpl's VERSION. by Robert Greenwalt · 15 years ago
  62. e9b06d7 Teleca 2b changes by Wink Saville · 15 years ago
  63. 5347bd4 Add wifi multicast filter api (enable/disable). by Robert Greenwalt · 15 years ago
  64. d859331 Don't crash when /proc/wakelocks can't be opened. Might make board bringup easier. by Marco Nelissen · 15 years ago
  65. 1d442e0 More optimization of dumpsys output. by Dianne Hackborn · 15 years ago
  66. c64edde AI 146853: Add kernel wakelock data to batteryinfo dump. BUG=1755458 by Evan Millar · 15 years ago
  67. 633a174 AI 144333: Change the way the battery level tracking code works in BatteryStats. Before we simply kept track of the last by Evan Millar · 15 years ago
  68. 617f877 AI 143800: am: CL 143748 Fix issue #1743326 (More battery stats) by Dianne Hackborn · 15 years ago
  69. 627bba7 Automated import from //branches/donutburger/...@142347,142347 by Dianne Hackborn · 15 years ago
  70. d4c5f89 Automated import from //branches/donutburger/...@140679,140679 by Eric Shienbrood · 15 years ago
  71. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  72. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  73. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  74. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  75. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  76. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  77. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  78. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago