1. d0a190df Add Zygote.startChildZygote() to fork a new process that itself is a zygote. by Robert Sesek · 7 years ago
  2. 5a748e5 Merge "VintfObject: add getTargetFcmVersion" by Treehugger Robot · 7 years ago
  3. 0e5e472 VintfObject: add getTargetFcmVersion by Yifan Hong · 7 years ago
  4. 5183c0e Fix gNumProxies double increment. by Martijn Coenen · 7 years ago
  5. c50928b Revert "Revert "Make AndroidRuntime only start the debugger for zygote forked apps."" by Alex Light · 7 years ago
  6. ff5d60b Revert "Make AndroidRuntime only start the debugger for zygote forked apps." by David Brazdil · 7 years ago
  7. 2372af9 Merge "Fix "zygote is killed by signal 1"" by hansson · 7 years ago
  8. 435e84b Fix "zygote is killed by signal 1" by yuanhao · 7 years ago
  9. daf17d4 Make AndroidRuntime only start the debugger for zygote forked apps. by Alex Light · 7 years ago
  10. 418a964 Merge "Add dalvik.vm.minidebuginfo property for ART" by David Srbecky · 7 years ago
  11. 3bb3250 Add dalvik.vm.minidebuginfo property for ART by David Srbecky · 7 years ago
  12. 828f1b4 Add bpf support for NetworkStatsFactory by Chenbo Feng · 7 years ago
  13. c48f4cb Merge changes Id8776d14,Ifa291c62,I5ea9d200 by Treehugger Robot · 7 years ago
  14. ada23ed Add the default network to NetworkStats and NetworkStatsCollection. by Lorenzo Colitti · 7 years ago
  15. 898137f Merge "HIDL: Check error value." by Treehugger Robot · 7 years ago
  16. 2ef0cbd HIDL: Check error value. by Steven Moreland · 7 years ago
  17. c8176ef Reland: Move zygote's seccomp setup to post-fork by Victor Hsieh · 7 years ago
  18. eac8c12 Merge "android.os.VintfObject: update for VNDK version format change." by Treehugger Robot · 7 years ago
  19. 8da8798c android.os.VintfObject: update for VNDK version format change. by Yifan Hong · 7 years ago
  20. 54da93b Merge "Revert "Move zygote's seccomp setup to post-fork"" by Treehugger Robot · 7 years ago
  21. fe6a51f Revert "Move zygote's seccomp setup to post-fork" by Victor Hsieh · 7 years ago
  22. 5d33c10 Merge "Move zygote's seccomp setup to post-fork" by Treehugger Robot · 7 years ago
  23. 6a4a339 Move zygote's seccomp setup to post-fork by Victor Hsieh · 7 years ago
  24. d4d542e Merge "Fix temporary file name strlcpy size." by Ivan Lozano · 7 years ago
  25. 7f71764 Fix temporary file name strlcpy size. by Ivan Lozano · 7 years ago
  26. 693d8a2 Merge "Use NetworkStatsService to get stats for apps" by Treehugger Robot · 7 years ago
  27. d3d9c4e Use NetworkStatsService to get stats for apps by Chenbo Feng · 7 years ago
  28. fffb273 Add support for selecting alternate JDWP implementations by Alex Light · 7 years ago
  29. f6a0a74 Merge "Revert "Remove empty ScopedArray constructor."" by Nicolas Geoffray · 7 years ago
  30. e1cbeef Revert "Remove empty ScopedArray constructor." by Nicolas Geoffray · 7 years ago
  31. e7120f50 Merge "Remove empty ScopedArray constructor." by Treehugger Robot · 7 years ago
  32. 86c9951 Merge "Disable AVB check in runtime vintf" by Treehugger Robot · 7 years ago
  33. cee368b Remove empty ScopedArray constructor. by Seigo Nonaka · 7 years ago
  34. 78934c9 Disable AVB check in runtime vintf by Bowgo Tsai · 7 years ago
  35. 8cf7761 Merge "android.os.HidlSupport: add getPidIfSharable() for HALs" am: e72b6f0d31 by Yifan Hong · 7 years ago
  36. bb0bd00 android.os.HidlSupport: add getPidIfSharable() for HALs by Yifan Hong · 7 years ago
  37. 220871a Merge commit '98e12851336b7db16e583f9afac63ecc97465980' from by Xin Li · 7 years ago
  38. fc9fd47 Remove GCC-specific pragma and disabled Clang warning by Pirama Arumuga Nainar · 7 years ago
  39. 9a2094d Disable integer sanitizer in release function. by Ivan Lozano · 7 years ago
  40. 3485c84 Merge "Disable integer sanitization in gcIfManyNewRefs." by Ivan Lozano · 7 years ago
  41. 2ea7135 Disable integer sanitization in gcIfManyNewRefs. by Ivan Lozano · 7 years ago
  42. 80bb035 Merge "Use ScopedPrimitiveArrayRO instead of manually managing Java primitive" by Treehugger Robot · 7 years ago
  43. 762f27c Merge "Allow equality checking and hash for HIDL interface proxies." by Treehugger Robot · 7 years ago
  44. 73b6c27 Allow equality checking and hash for HIDL interface proxies. by Yifan Hong · 7 years ago
  45. 2631df7 Use ScopedPrimitiveArrayRO instead of manually managing Java primitive by Andreas Huber · 7 years ago
  46. 0eb37e0 Adds APIs to extract/import arrays of primitive Java types out of/into a HwBlob. by Andreas Huber · 7 years ago
  47. ec5eb7e Reland "HIDL Java getService now the same as C++." by Steven Moreland · 7 years ago
  48. 1455a1d Merge "Don't allocate GlobalRefs for BinderProxy" by Hans Boehm · 7 years ago
  49. bd6d3c5 Merge "Convert Binder & BinderProxy to NativeAllocationRegistry" by Hans Boehm · 7 years ago
  50. 29f388f Don't allocate GlobalRefs for BinderProxy by Hans Boehm · 7 years ago
  51. 28ed911 Merge "HwBinder: Clean up code, add logging" by Treehugger Robot · 7 years ago
  52. 5e5b13f Convert Binder & BinderProxy to NativeAllocationRegistry by Hans Boehm · 7 years ago
  53. 63c0193 HwBinder: Clean up code, add logging by Andreas Gampe · 7 years ago
  54. 029b08c android.os.HwBinder: fix native static method signature by Yifan Hong · 7 years ago
  55. 65d1e54 Merge "Revert "HIDL Java getService now the same as C++."" by Steven Moreland · 7 years ago
  56. cc9e67c Revert "HIDL Java getService now the same as C++." by Steven Moreland · 7 years ago
  57. 61e3189 Merge changes I119cf83a,Icc5a1e38,If07a04d3 by Treehugger Robot · 7 years ago
  58. 0c41ad8 Merge "HIDL Java getService now the same as C++." by Treehugger Robot · 7 years ago
  59. 3d5811d Binder: Update to new ScopedLocalRef by Andreas Gampe · 7 years ago
  60. 2b1494f Binder: Clean up JNI code by Andreas Gampe · 7 years ago
  61. 176e3e2 Binder: Change reaction to Error by Andreas Gampe · 7 years ago
  62. c1f00f8 HIDL Java getService now the same as C++. by Steven Moreland · 7 years ago
  63. 7c27266 Merge "more O_CLOEXEC" am: 9f8ed6500a by Nick Kralevich · 7 years ago
  64. 9f8ed65 Merge "more O_CLOEXEC" by Treehugger Robot · 7 years ago
  65. 3147d2f Merge "HwBinder: don't re-implement libhidl's getService" am: 992f9e7e0b by Steven Moreland · 7 years ago
  66. 422dd00f more O_CLOEXEC by Nick Kralevich · 7 years ago
  67. c4bfdef HwBinder: don't re-implement libhidl's getService by Steven Moreland · 7 years ago
  68. 64a636c Merge "Add dalvik.vm.foreground-heap-growth-multiplier property" into oc-mr1-dev by Mathieu Chartier · 7 years ago
  69. ebc3b4c Add dalvik.vm.foreground-heap-growth-multiplier property by Mathieu Chartier · 7 years ago
  70. ecc8bdc Merge "Add property reading logic for dalvik.vm.madvise-random" into oc-mr1-dev by Mathieu Chartier · 7 years ago
  71. a354ec9 Merge "Add property reading logic for dalvik.vm.madvise-random" into oc-mr1-dev by Mathieu Chartier · 7 years ago
  72. cd0caf5 Add property reading logic for dalvik.vm.madvise-random by Mathieu Chartier · 7 years ago
  73. 7528452 Merge "Incorporate slab reclaimable into meminfo" into oc-mr1-dev am: 20fb01eb23 by Patrik Torstensson · 7 years ago
  74. 20fb01e Merge "Incorporate slab reclaimable into meminfo" into oc-mr1-dev by Patrik Torstensson · 7 years ago
  75. 5e09980 Incorporate slab reclaimable into meminfo by Robert Benea · 7 years ago
  76. 0ca5b37 Merge "Move to some properties users to libbase properties" am: 2b20612e77 am: 9e4bfdb0b6 by Tom Cherry · 7 years ago
  77. 9e4bfdb Merge "Move to some properties users to libbase properties" am: 2b20612e77 by Tom Cherry · 7 years ago
  78. 2b20612 Merge "Move to some properties users to libbase properties" by Tom Cherry · 7 years ago
  79. 93099e4 Move to some properties users to libbase properties by Tom Cherry · 7 years ago
  80. 985d995 Merge "EventLogHelper: Clean up code" am: 386a5687dd am: 9b24969314 by Andreas Gampe · 7 years ago
  81. 9b24969 Merge "EventLogHelper: Clean up code" am: 386a5687dd by Andreas Gampe · 7 years ago
  82. e1c53e9 Merge "{Event,Security}Log: Unify code" am: 0c614c7018 am: 812b09d6bd by Andreas Gampe · 7 years ago
  83. 3345974 EventLogHelper: Clean up code by Andreas Gampe · 7 years ago
  84. 812b09d Merge "{Event,Security}Log: Unify code" am: 0c614c7018 by Andreas Gampe · 7 years ago
  85. 2e220ef {Event,Security}Log: Unify code by Andreas Gampe · 7 years ago
  86. 25c2a82 Merge "EventLog: Check for exception after add()" am: c30a6ac2f1 am: f8fa4b8352 by Andreas Gampe · 7 years ago
  87. f8fa4b8 Merge "EventLog: Check for exception after add()" am: c30a6ac2f1 by Andreas Gampe · 7 years ago
  88. c30a6ac Merge "EventLog: Check for exception after add()" by Treehugger Robot · 7 years ago
  89. 8597b21 Merge "SecurityLog: Apply 7b25bb8 to SecurityLog" am: a98866a6b6 am: a25528b085 by Andreas Gampe · 7 years ago
  90. a25528b Merge "SecurityLog: Apply 7b25bb8 to SecurityLog" am: a98866a6b6 by Andreas Gampe · 7 years ago
  91. ca06d8b EventLog: Check for exception after add() by Andreas Gampe · 7 years ago
  92. c1211c4 SecurityLog: Apply 7b25bb8 to SecurityLog by Andreas Gampe · 7 years ago
  93. cfe90ab Merge "NativeActivity: Improve error message reporting" am: de3150db1e am: 7de4dd6e07 by dimitry · 7 years ago
  94. 7de4dd6 Merge "NativeActivity: Improve error message reporting" am: de3150db1e by dimitry · 7 years ago
  95. f66a223 NativeActivity: Improve error message reporting by dimitry · 7 years ago
  96. eb7c2c5 Merge "VintfRuntimeInfo: do not fetch files that are not needed" am: 3e3e26305a am: 3d1214508b by Yifan Hong · 7 years ago
  97. 3d12145 Merge "VintfRuntimeInfo: do not fetch files that are not needed" am: 3e3e26305a by Yifan Hong · 7 years ago
  98. 3e3e263 Merge "VintfRuntimeInfo: do not fetch files that are not needed" by Treehugger Robot · 7 years ago
  99. 4bb83df VintfRuntimeInfo: do not fetch files that are not needed by Yifan Hong · 7 years ago
  100. c9532e8 Merge "Naming fix and add comments" am: 3c03d5bd2b am: 24b9851605 am: 4a901144fe by Hans Boehm · 7 years ago