1. 7eec695 liblog: fix android_log_printLogLine empty event string by Mark Salyzyn · 9 years ago
  2. 29a1843 Merge "adbd: don't leave zombies when subprocess creation fails." by Josh Gao · 9 years ago
  3. 51f5c31 adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
  4. bb847ed Merge "nativebrige: log code_cache access errors to stderr as well" by Calin Juravle · 9 years ago
  5. 63b72ef Merge "metricsd: Add tests to the default debug build." by Bertrand Simonnet · 9 years ago
  6. 5ef0dc8 metricsd: Add tests to the default debug build. by Bertrand SIMONNET · 9 years ago
  7. dff3e5f Merge "bootstat: Fix the base includes to be AOSP-friendly." by Elliott Hughes · 9 years ago
  8. 05dfeaf bootstat: Fix the base includes to be AOSP-friendly. by James Hawkins · 9 years ago
  9. a04d75b Merge "metricsd: Persist metrics on shutdown." by Bertrand Simonnet · 9 years ago
  10. df1ea70 Merge "logd: prune maintain per-id watermark (part deux)" by Mark Salyzyn · 9 years ago
  11. b70d192 logd: prune maintain per-id watermark (part deux) by Mark Salyzyn · 9 years ago
  12. 335abac Merge "system/core: Add initial implementation of the bootstat command." by James Hawkins · 9 years ago
  13. 055aa80 system/core: Add initial implementation of the bootstat command. by James Hawkins · 9 years ago
  14. 0652d00 Merge "fastboot: show progress when sending sparse images." by Josh Gao · 9 years ago
  15. af144b8 Merge "fastboot: add .clang-format." by Josh Gao · 9 years ago
  16. 08306a4 fastboot: show progress when sending sparse images. by Josh Gao · 9 years ago
  17. 43b1b03 fastboot: add .clang-format. by Josh Gao · 9 years ago
  18. 385fdcb Merge "Allow setting an arbitrary alignment for an entry." by Christopher Ferris · 9 years ago
  19. 768f238 metricsd: Persist metrics on shutdown. by Bertrand SIMONNET · 9 years ago
  20. fca5dce Allow setting an arbitrary alignment for an entry. by Christopher Ferris · 9 years ago
  21. 1d19175 Merge "crash_reporter: Add README.md" by Steve Fung · 9 years ago
  22. 4af978b Merge "Add logd security buffer tag types and string write API." by Rubin Xu · 9 years ago
  23. 286cbce Merge "metricsd: Persist the metrics to disk periodically." by Bertrand Simonnet · 9 years ago
  24. 9786da4 Merge "metricsd: Cleanup on TERM signal." by Bertrand Simonnet · 9 years ago
  25. ee5bc30 Merge "logging: avoid unnecessary printfs" by Nick Kralevich · 9 years ago
  26. f4b7c6c Merge "Remove unused cruft from <log/log.h>." by Elliott Hughes · 9 years ago
  27. 5528261 Add logd security buffer tag types and string write API. by Rubin Xu · 9 years ago
  28. 6e9f7d9 logging: avoid unnecessary printfs by Nick Kralevich · 9 years ago
  29. 2658c79 Remove unused cruft from <log/log.h>. by Elliott Hughes · 9 years ago
  30. 578be31 Merge "Modify tests to use executable memory." by Christopher Ferris · 9 years ago
  31. f603746 Modify tests to use executable memory. by Christopher Ferris · 9 years ago
  32. 2dcbae0 Merge "adb: tag fatal, fatal_errno with printf attribute." by Josh Gao · 9 years ago
  33. e2eaec2 adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
  34. 82226c8 Merge "Increase the maximum shell command length to 4096ish." by Josh Gao · 9 years ago
  35. 5865802 Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
  36. 2557219 crash_reporter: Add README.md by Steve Fung · 9 years ago
  37. e5e402d Merge "Fix a couple sign-comparison warnings." by Dan Albert · 9 years ago
  38. bce3208 Merge "Add a ZipArchiveStreamEntry class." by Christopher Ferris · 9 years ago
  39. f8b9163 Fix a couple sign-comparison warnings. by Dan Albert · 9 years ago
  40. 1215976 Merge "debuggerd: fix debug.debuggerd.wait_for_gdb." by Josh Gao · 9 years ago
  41. 5ae6a73 debuggerd: fix debug.debuggerd.wait_for_gdb. by Josh Gao · 9 years ago
  42. b745929 Merge "debuggerd: fix several bugs caused by fork/setuid change." by Josh Gao · 9 years ago
  43. 3a36660 debuggerd: fix several bugs caused by fork/setuid change. by Josh Gao · 9 years ago
  44. 1bdc310 Add a ZipArchiveStreamEntry class. by Christopher Ferris · 9 years ago
  45. 9d4eb5f Merge "crash_reporter: Remove udev collector from Android build" by Steve Fung · 9 years ago
  46. 62e4410 Merge "Add libRS.so to the list of public libraries" by Dimitry Ivanov · 9 years ago
  47. b66825a Add libRS.so to the list of public libraries by Dimitry Ivanov · 9 years ago
  48. 5543166 Merge "logd: prune maintain per-id watermark" by Mark Salyzyn · 9 years ago
  49. 338f5de metricsd: Persist the metrics to disk periodically. by Bertrand SIMONNET · 9 years ago
  50. 4465898 Merge "Toolbox: |ps -t| now correctly displays the USER for threads" by Elliott Hughes · 9 years ago
  51. c8998e8 Toolbox: |ps -t| now correctly displays the USER for threads by Phani (Gargey) Avadhanam · 9 years ago
  52. 6fe4fc5 Merge "logd: wrap timed entry too early, timeout immediately" by Mark Salyzyn · 9 years ago
  53. 115c8dd Merge "Remove special case handling of "ro." properties permissions" by Tom Cherry · 9 years ago
  54. d60dc30 nativebrige: log code_cache access errors to stderr as well by Calin Juravle · 9 years ago
  55. a07dd23 Merge "logd: unaligned access on security buffer" by Mark Salyzyn · 9 years ago
  56. a472813 metricsd: Cleanup on TERM signal. by Bertrand SIMONNET · 9 years ago
  57. 80a45df logd: unaligned access on security buffer by Mark Salyzyn · 9 years ago
  58. bd1849c Merge "libnetutils: Check socket() return value" by Elliott Hughes · 9 years ago
  59. df3e192 crash_reporter: Remove udev collector from Android build by Steve Fung · 9 years ago
  60. 676f321 logd: prune maintain per-id watermark by Mark Salyzyn · 9 years ago
  61. d5285b9 Remove special case handling of "ro." properties permissions by Tom Cherry · 9 years ago
  62. 7b8eec1 Merge "Make libwebviewchromium_plat_support.so public" by Dimitry Ivanov · 9 years ago
  63. 91cd282 Merge "adbd: Depend only on libminijail." by Jorge Lucangeli Obes · 9 years ago
  64. 5a58b7e Merge "Improve dumb terminal support (emacs is dumb)." by Elliott Hughes · 9 years ago
  65. ae8d1f2 Improve dumb terminal support (emacs is dumb). by Elliott Hughes · 9 years ago
  66. b897300 Merge "adbd: Remove check for set_supplementary_gids." by Jorge Lucangeli Obes · 9 years ago
  67. eae91f5 Merge "metricsd: Split out the trait name from the command name" by Alex Vakulenko · 9 years ago
  68. c3bcbf1 metricsd: Split out the trait name from the command name by Alex Vakulenko · 9 years ago
  69. 8e3c83e Merge "metrics: Switch to use Binder interface to weaved" by Alex Vakulenko · 9 years ago
  70. 854133a adbd: Depend only on libminijail. by Jorge Lucangeli Obes · 9 years ago
  71. 161983a Merge "debuggerd_test: provide stub selinux/android.h" by Colin Cross · 9 years ago
  72. 846d052 Merge "libinit: depend on libselinux" by Colin Cross · 9 years ago
  73. 9472930 Merge "init: Allows shutting down cleanly." by Bertrand Simonnet · 9 years ago
  74. 69eb6f5 Make libwebviewchromium_plat_support.so public by Dimitry Ivanov · 9 years ago
  75. 6f1d553 init: Allows shutting down cleanly. by Bertrand SIMONNET · 9 years ago
  76. 5ea484c adbd: Remove check for set_supplementary_gids. by Jorge Lucangeli Obes · 9 years ago
  77. 85fd006 Merge "init.rc: Reland "mkdir /data/misc/vold"" by Elliott Hughes · 9 years ago
  78. 2acebd5 init.rc: Reland "mkdir /data/misc/vold" by Yu Ning · 9 years ago
  79. 1809255 metrics: Switch to use Binder interface to weaved by Alex Vakulenko · 9 years ago
  80. deb4d71 logd: wrap timed entry too early, timeout immediately by Mark Salyzyn · 9 years ago
  81. 9566ebf Merge "Fix documentation." by Bertrand Simonnet · 9 years ago
  82. c2c3860 Fix documentation. by Bertrand SIMONNET · 9 years ago
  83. ddacce2 Merge "WA: Fix adb wait-for-device command" by Josh Gao · 9 years ago
  84. e5036af Merge "Use specific users for metricsd/metrics_collector." by Jorge Lucangeli Obes · 9 years ago
  85. ef2b58e Merge "Revert "logd: liblog: whitelist "snet_event_log""" by Mark Salyzyn · 9 years ago
  86. a0ee51e Use specific users for metricsd/metrics_collector. by Jorge Lucangeli Obes · 9 years ago
  87. af9360f Revert "logd: liblog: whitelist "snet_event_log"" by Mark Salyzyn · 9 years ago
  88. 286e161 Merge "fastboot: Add "--slot other"" by Daniel Rosenberg · 9 years ago
  89. e47d0c1 Merge "fastboot: correct set_active behavior" by Daniel Rosenberg · 9 years ago
  90. dc87afe fastboot: Add "--slot other" by Daniel Rosenberg · 9 years ago
  91. 1a9811a fastboot: correct set_active behavior by Daniel Rosenberg · 9 years ago
  92. 1e423d2 Merge "metrics_collector: Fix build of tests" by Todd Poynor · 9 years ago
  93. 237b202 metrics_collector: Fix build of tests by Todd Poynor · 9 years ago
  94. 052851c Merge "Turn off -Wdate-time for crasher" by Dan Willemsen · 9 years ago
  95. 3ebe96e Merge "Remove metrics collector service trampoline" by Todd Poynor · 9 years ago
  96. 91fa92f Merge "debuggerd: fork and drop privileges when dumping." by Josh Gao · 9 years ago
  97. 3544959 debuggerd: fork and drop privileges when dumping. by Josh Gao · 9 years ago
  98. 8eb772b Remove metrics collector service trampoline by Todd Poynor · 9 years ago
  99. f29a794 Merge "android_filesystem_config.h: Add Brillo users." by Jorge Lucangeli Obes · 9 years ago
  100. 4fee0d7 android_filesystem_config.h: Add Brillo users. by Jorge Lucangeli Obes · 9 years ago