1. b68106c Merge "Fixes the system server crash issue caused by uncatched exception." by Tobias Thierer · 8 years ago
  2. 7f7df65 remove x attribute of java file by Ganesh Mahendran · 8 years ago
  3. c5e249b Fixes the system server crash issue caused by uncatched exception. by songjinshi · 8 years ago
  4. 338893e Remove dependency on android_alarm.h. by Christopher Ferris · 8 years ago
  5. 5224f00 Fix unsafe concurrent access in LegacyTypeTracker by Hugo Benichi · 8 years ago
  6. 9a3fbe1 Merge "Solve the infinite loop on clearExternalStorageDataSync" by Todd Kennedy · 8 years ago
  7. 43f5de0 Resolve deadlock between ActivityManagerService and PowerManagerService by Shibin George · 8 years ago
  8. fcae613 Merge "MediaSession: Use mHandler for sending a pending intent" by Treehugger Robot · 8 years ago
  9. c4f28a4 Fix deadlock in MediaSessionService during getCurrentUser() by Shibin George · 8 years ago
  10. 19e8404 Fix deadlock b/w ActivityManagerService and MediaSessionService by Shibin George · 8 years ago
  11. b9154bc Unlock mBluetoothLock.readLock() instead of double-locking it by Pavlin Radoslavov · 8 years ago
  12. b87ce12 Solve the infinite loop on clearExternalStorageDataSync by Tetsutoki Shiozawa · 8 years ago
  13. a88bb98 Delay handleEnable() until Bluetooth state is OFF by Pavlin Radoslavov · 8 years ago
  14. 7211131 Merge "Fixes the system server crash issues caused by null pointer in NetworkPolicyManagerService." by Treehugger Robot · 8 years ago
  15. 2d0c96c While turning OFF do not honor ON requests. by Sanket Agarwal · 8 years ago
  16. 0655edd Fixes the system server crash issues caused by null pointer in by songjinshi · 8 years ago
  17. dea57ba Revert "AlarmManagerService: remove legacy /dev/alarm support" by Greg Hackmann · 8 years ago
  18. f68cdb9 AlarmManagerService: remove legacy /dev/alarm support by Greg Hackmann · 8 years ago
  19. 9a69daa Add missing "try ... finally" safeguards by Pavlin Radoslavov · 8 years ago
  20. 2b016a1 Reduced the impact of "synchronized" statements by Pavlin Radoslavov · 8 years ago
  21. 6c89616 Fix misc-macro-parentheses warnings in services jni. by Chih-Hung Hsieh · 8 years ago
  22. d065220 Merge "Synchronize access of mSubscriptions" by Treehugger Robot · 8 years ago
  23. 3b2f202 Merge "Fix "TelephonyRegistry notifies wrong data status"" by Treehugger Robot · 8 years ago
  24. 23d28ce Synchronize access of mSubscriptions by Shibin George · 8 years ago
  25. 9071ced Fix "TelephonyRegistry notifies wrong data status" by xu.peng · 8 years ago
  26. 179ebbe Fix the issue that App crash on startForeground. by Wang Le · 8 years ago
  27. 7064c01 Fix issue #25727069: Top sleeping activity overrides foreground service by Dianne Hackborn · 9 years ago
  28. c6baf56 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  29. ca01820 Avoid instantiations of Boolean that are immediately unboxed. by Tobias Thierer · 8 years ago
  30. 4bd017d frameworks/base: Avoid Long object allocations in Long.valueOf() by Tobias Thierer · 8 years ago
  31. e05bdb1 Merge "Fix issues of different phone objects sharing same mConnectionApns list." by Robert Greenwalt · 8 years ago
  32. bf7520e Merge "When the applicantion is removed, reset network permission of this uid." by Lorenzo Colitti · 8 years ago
  33. 57b39e3 Fix issues of different phone objects sharing same mConnectionApns list. by Yifan Bai · 8 years ago
  34. 453a77c Merge "Frameworks/base: Refactor package manager" by Andreas Gampe · 8 years ago
  35. 288e3f5 Frameworks/base: Refactor package manager by Andreas Gampe · 8 years ago
  36. fa9a20d Merge "Fix incorrect behavior for statusbar and quicksettings panel" by Benjamin Franz · 8 years ago
  37. fbabb80 Fix incorrect behavior for statusbar and quicksettings panel by Yinlin Cai · 9 years ago
  38. b49420a7 JobScheduler: handle connectivity action in bg looper by wangshujie · 8 years ago
  39. 21bdaf1 [DO NOT MERGE] Add flag to "am start" to enable native debugging by Tamas Berghammer · 9 years ago
  40. b48db5b When the applicantion is removed, reset network permission of this uid. by zhangshuxiao · 9 years ago
  41. c3cc890 Merge "Don't crash if we get a DHCP packet with the wrong port." by Lorenzo Colitti · 8 years ago
  42. 8560d21 Merge "Parse "vendor/priv-app" to find privileged applications" by Todd Kennedy · 8 years ago
  43. 76ac402 Merge "Update DexFile.getDexOptNeeded in framework" by Calin Juravle · 8 years ago
  44. 904a01f Don't crash if we get a DHCP packet with the wrong port. by Lorenzo Colitti · 8 years ago
  45. 6ce213f Update DexFile.getDexOptNeeded in framework by Calin Juravle · 8 years ago
  46. aca7004 Merge "Cleanup uses of sprintf so we can deprecate it." am: 5a3ac10568 by George Burgess IV · 8 years ago
  47. 5a3ac10 Merge "Cleanup uses of sprintf so we can deprecate it." by George Burgess IV · 8 years ago
  48. d3747ba Merge "Fix for framework reboot on connecting to TV through HDMI." by Shasidhar Ganiga · 8 years ago
  49. 7585cbf Merge "Fix for framework reboot on connecting to TV through HDMI." by Michael Wright · 8 years ago
  50. a346f54 Cleanup uses of sprintf so we can deprecate it. by George Burgess IV · 8 years ago
  51. 95330ef Merge "Suppress output for Protobuf data if Bluetooth is disabled" by Pavlin Radoslavov · 8 years ago
  52. 61a94d4 Suppress output for Protobuf data if Bluetooth is disabled by Pavlin Radoslavov · 8 years ago
  53. 2850a42 Merge "Make accessing mWaitingForDrawn thread-safe" am: f0cf899033 by Wale Ogunwale · 8 years ago
  54. 53d1e66 Make accessing mWaitingForDrawn thread-safe by tiger_huang · 8 years ago
  55. bd45c08 Merge "Add dumpsys meminfo --unreachable" am: 916ea08119 by Colin Cross · 9 years ago
  56. 916ea08 Merge "Add dumpsys meminfo --unreachable" by Colin Cross · 9 years ago
  57. 2528fcd Merge commit '26ada7e78993241d702a908eae93d174cbb3c8b3' into HEAD by Bill Yi · 9 years ago
  58. dcc79d8 Merge "Support persist.sys.audit_safemode" by Sami Tolvanen · 9 years ago
  59. c7f3631 Merge "When the device boots up, netd works more than required" by Amith Yamasani · 9 years ago
  60. ee2b492 Support persist.sys.audit_safemode by Sami Tolvanen · 9 years ago
  61. 84b1e35 Add dumpsys meminfo --unreachable by Colin Cross · 9 years ago
  62. 27b3330 Transit to correct state after alarm is fired by Koji Fukui · 9 years ago
  63. 22173bc When the device boots up, netd works more than required by Soi, Yoshinari · 9 years ago
  64. 4565a47 Bluetooth: Restrict gain for Absolute volume case by Liejun Tao · 9 years ago
  65. e45abfa Alarm: add missing closedir after opendir when searching for RTC by Mykola Kondratenko · 9 years ago
  66. 5c74bb3 close file in PersistentDataBlockService jni by Lianwei Wang · 9 years ago
  67. f99a2b6 Fix for framework reboot on connecting to TV through HDMI. by Shasidhar Ganiga · 9 years ago
  68. 0c04ccd IBluetooth: remove dump(), support arguments by Marie Janssen · 9 years ago
  69. 8ebba5c MediaSession: Use mHandler for sending a pending intent by riddle_hsu · 9 years ago
  70. 7191a77 Merge "DO NOT MERGE Fix for syncs being dropped when appIdle is on" into mnc-dr1.5-dev am: 33001945a8 by Ian Pedowitz · 9 years ago
  71. 33b5536 Merge "DO NOT MERGE Fix for syncs being dropped when appIdle is on" into mnc-dr1.5-dev by Ian Pedowitz · 9 years ago
  72. 7aa4671 DO NOT MERGE Fix for syncs being dropped when appIdle is on by Shreyas Basarge · 9 years ago
  73. 6a8c328 Merge "UsageStats: Use new settings key idle_duration2 for app idle" into mnc-dr1.5-dev am: d2e215978b by Adam Lesinski · 9 years ago
  74. a5c7106 Merge "UsageStats: Use new settings key idle_duration2 for app idle" into mnc-dr1.5-dev by Adam Lesinski · 9 years ago
  75. f0ef3c1 UsageStats: Use new settings key idle_duration2 for app idle by Adam Lesinski · 9 years ago
  76. dd0957c Merge "UsageStats: Fix issue where initializing data for first time would cause crash" into mnc-dr1.5-dev am: f2cc98bc96 by Adam Lesinski · 9 years ago
  77. 112e266 Merge "UsageStats: Fix issue where initializing data for first time would cause crash" into mnc-dr1.5-dev by Adam Lesinski · 9 years ago
  78. 76e9d76 UsageStats: Fix issue where initializing data for first time would cause crash by Adam Lesinski · 9 years ago
  79. 35bdda1 Merge "Make sure NaturalSurfaceLayout is consistent with SurfaceControl" by Michael Wright · 9 years ago
  80. 6fa9c5c Merge "Make sure NaturalSurfaceLayout is consistent with SurfaceControl" by Michael Wright · 9 years ago
  81. cb034e4 Merge "Animate backlight quickly when display state request to change or power mode changed" by Michael Wright · 9 years ago
  82. 3a87cb0 Merge "Animate backlight quickly when display state request to change or power mode changed" by Michael Wright · 9 years ago
  83. f0cb46c Animate backlight quickly when display state request to change or power mode changed by mochangming · 9 years ago
  84. 551fc68 Merge "UsageStatsService: Fix app idle issue at rollover time" into mnc-dr1.5-dev am: 15df80f069 by Adam Lesinski · 9 years ago
  85. 1f1cbc0 Merge "UsageStatsService: Fix app idle issue at rollover time" into mnc-dr1.5-dev by Adam Lesinski · 9 years ago
  86. da4a377 UsageStatsService: Fix app idle issue at rollover time by Adam Lesinski · 9 years ago
  87. 0271416 Merge "Update PackageInstaller install handing" am: 47950e588c by Todd Kennedy · 9 years ago
  88. 819d274 Update PackageInstaller install handing by Todd Kennedy · 9 years ago
  89. a7582b5 Merge "[WindowManagerService] fix starting window issue" am: 8683f1b160 by Wale Ogunwale · 9 years ago
  90. 8683f1b Merge "[WindowManagerService] fix starting window issue" by Wale Ogunwale · 9 years ago
  91. a8d54b2 [WindowManagerService] fix starting window issue by Ronnie Leng · 9 years ago
  92. 40d73a7 Make sure NaturalSurfaceLayout is consistent with SurfaceControl by yang.xa.liu · 9 years ago
  93. f59c02a Merge changes from topic \'aosp-merge-24-12\' am: e0e81bf407 by Narayan Kamath · 9 years ago
  94. e69a31d Use HexDump instead of java.lang.IntegralToString by Przemyslaw Szczepaniak · 9 years ago
  95. 370567d Fix system watchdog timeout when reading too many usage events. am: 8877120173 by Mark Lu · 9 years ago
  96. 8877120 Fix system watchdog timeout when reading too many usage events. by Mark Lu · 9 years ago
  97. 0510ad1 Allow access to deprecated LOCK_PATTERN_ENABLED flag. am: 4614596a39 am: 36393a5674 by Bryce Lee · 9 years ago
  98. 4ab8b06 Allow access to deprecated LOCK_PATTERN_ENABLED flag. am: 4614596a39 by Bryce Lee · 9 years ago
  99. 36393a5 Allow access to deprecated LOCK_PATTERN_ENABLED flag. am: 4614596a39 by Bryce Lee · 9 years ago
  100. 4614596 Allow access to deprecated LOCK_PATTERN_ENABLED flag. by Bryce Lee · 9 years ago