1. 446b805 bootstat: Two changes to aid in debugging TimeSinceFactoryReset. by James Hawkins · 9 years ago
  2. ce1c25b Merge "liblog: gate write on log id available" by Mark Salyzyn · 9 years ago
  3. 1cf36a4 liblog: gate write on log id available by Mark Salyzyn · 9 years ago
  4. 03e9e8c Merge "libbacktrace_offline: support unwinding of shared libraries in apk file." by Yabin Cui · 9 years ago
  5. 4554070 Merge "Add operator int() to unique_fd." by Elliott Hughes · 9 years ago
  6. 21f70a0 Merge "Address const issues in preparation for libcxx rebase." by Dan Austin · 9 years ago
  7. eb20e52 Merge "Fix const issues in preparation for libcxx rebase." by Dan Austin · 9 years ago
  8. 2bb6c98 Address const issues in preparation for libcxx rebase. by Dan Austin · 9 years ago
  9. fa602e5 Fix const issues in preparation for libcxx rebase. by Dan Austin · 9 years ago
  10. 90d9c33 Add operator int() to unique_fd. by Elliott Hughes · 9 years ago
  11. 14bdc8a libbacktrace_offline: support unwinding of shared libraries in apk file. by Yabin Cui · 9 years ago
  12. 2ef8dc1 Merge "Fix <android-base/*.h> header guards." by Elliott Hughes · 9 years ago
  13. 6c55e25 Merge "Copy the good comment and warn_unused_result from ScopedFd to unique_fd." by Elliott Hughes · 9 years ago
  14. 39b0de4 Merge "Revert "Revert "bootstat: Handle v1 record files which do not contain file contents.""" by James Hawkins · 9 years ago
  15. 4b7cf2c Merge changes Ie52ddf30,Idfa637f6 by Casey Dahlin · 9 years ago
  16. 0763388 Revert "Revert "bootstat: Handle v1 record files which do not contain file contents."" by James Hawkins · 9 years ago
  17. 4915bbf logcat: Add --max-count option by Casey Dahlin · 9 years ago
  18. 0283489 logcat: Add --regex option by Casey Dahlin · 9 years ago
  19. e1e1106 Merge "Revert "bootstat: Handle v1 record files which do not contain file contents."" by James Hawkins · 9 years ago
  20. 71ecd5d Revert "bootstat: Handle v1 record files which do not contain file contents." by James Hawkins · 9 years ago
  21. 4c44bef Merge "Revert "Set mmap_rnd_bits to maximum value."" by Daniel Cashman · 9 years ago
  22. 29b9a19 Revert "Set mmap_rnd_bits to maximum value." by Daniel Cashman · 9 years ago
  23. 018beed Merge "bootstat: Handle v1 record files which do not contain file contents." by James Hawkins · 9 years ago
  24. 06e4936 bootstat: Handle v1 record files which do not contain file contents. by James Hawkins · 9 years ago
  25. bd1fbe9 Merge "fastboot: Minor fix to help text." by Alex Deymo · 9 years ago
  26. 54bbce3 fastboot: Minor fix to help text. by Alex Deymo · 9 years ago
  27. c7a60c2 Merge "liblog: logprint: deal with malformed log messages" by Mark Salyzyn · 9 years ago
  28. 2529324 Merge "init: improve mmap ASLR failure reporting" by Kees Cook · 9 years ago
  29. 1908962 Fix <android-base/*.h> header guards. by Elliott Hughes · 9 years ago
  30. bb1bcc2 Copy the good comment and warn_unused_result from ScopedFd to unique_fd. by Elliott Hughes · 9 years ago
  31. a7dc8df Merge "debuggerd: waitpid for all children, and log the result." by Josh Gao · 9 years ago
  32. cf74e70 Merge "debuggerd: always send SIGCONT after detaching." by Josh Gao · 9 years ago
  33. 63e33c9 debuggerd: waitpid for all children, and log the result. by Josh Gao · 9 years ago
  34. 61b206c debuggerd: always send SIGCONT after detaching. by Josh Gao · 9 years ago
  35. 3269029 Merge "Switch debuggerd over to unique_fd." by Elliott Hughes · 9 years ago
  36. 30614fb init: improve mmap ASLR failure reporting by Kees Cook · 9 years ago
  37. 221c79b Merge "Add nvram user." by Mattias Nissler · 9 years ago
  38. ed2cf25fd Merge "Add C++ thread annotations support to core." by Pierre Imai · 9 years ago
  39. 6a3fc8a Switch debuggerd over to unique_fd. by Elliott Hughes · 9 years ago
  40. 4925ea3 Add C++ thread annotations support to core. by Pierre Imai · 9 years ago
  41. adadb74 Merge "bootstat: Track record inconsistencies w/ a debug metric, bootstat_mtime_matches_content." by James Hawkins · 9 years ago
  42. 33565ae Merge "init: Fix typo." by Daniel Cashman · 9 years ago
  43. 468e6eb init: Fix typo. by dcashman · 9 years ago
  44. f927b4a bootstat: Track record inconsistencies w/ a debug metric, bootstat_mtime_matches_content. by James Hawkins · 9 years ago
  45. 7348f73 Merge "Temporarily add set_mmap_rnd_bits brillo exception" by Daniel Cashman · 9 years ago
  46. 34717fd Temporarily add set_mmap_rnd_bits brillo exception by dcashman · 9 years ago
  47. 9d00ef8 Merge changes from topic '27176738-pmsg-write-core' by Mark Salyzyn · 9 years ago
  48. 6479018 Merge "Set mmap_rnd_bits to maximum value." by Daniel Cashman · 9 years ago
  49. 8698ef9 Set mmap_rnd_bits to maximum value. by dcashman · 9 years ago
  50. 2f710e4 liblog: add __android_log_pmsg_file_read by Mark Salyzyn · 9 years ago
  51. 1276115 liblog: add __android_log_pmsg_file_write by Mark Salyzyn · 9 years ago
  52. d106790 liblog: split out transports into separate files by Mark Salyzyn · 9 years ago
  53. e990443 Merge "bootstat: Add a value option to allow recording an associated value for a boot event." by James Hawkins · 9 years ago
  54. 9f6a8e6 bootstat: Add a value option to allow recording an associated value for a boot event. by James Hawkins · 9 years ago
  55. d2f701e Add nvram user. by Mattias Nissler · 9 years ago
  56. c4da176 Merge "base: Avoid compilation error when compiled with -Wdangling-else." by Yabin Cui · 9 years ago
  57. 7c3b718 base: Avoid compilation error when compiled with -Wdangling-else. by Yabin Cui · 9 years ago
  58. 76d7629 liblog: logprint: deal with malformed log messages by Mark Salyzyn · 9 years ago
  59. 7d0fbc3 Merge "Multiple consoles" by Elliott Hughes · 9 years ago
  60. 15dc745 Multiple consoles by Viorel Suman · 9 years ago
  61. 2b9668e Merge "metricsd: Fix upload service to compile with new libchrome version" by Alex Vakulenko · 9 years ago
  62. 58b090e Merge "Revert "Enable multiple consoles"" by Elliott Hughes · 9 years ago
  63. 00838b4 Revert "Enable multiple consoles" by Viorel Suman · 9 years ago
  64. 98a0017 metricsd: Fix upload service to compile with new libchrome version by Alex Vakulenko · 9 years ago
  65. d124374 Merge "Update BacktraceOffline for LLVM rebase to r256229." by Pirama Arumuga Nainar · 9 years ago
  66. 0fb29a7 Merge "Enable multiple consoles" by Elliott Hughes · 9 years ago
  67. d4f4efc Merge "debuggerd: don't apply timeout when wait_for_gdb is on." by Josh Gao · 9 years ago
  68. ef25ee8 Merge "Move list of public libraries to a config file" by Dimitry Ivanov · 9 years ago
  69. caf3bd5 debuggerd: don't apply timeout when wait_for_gdb is on. by Josh Gao · 9 years ago
  70. e476cbf Merge "debuggerd: don't send SIGSTOP to crashing processes." by Josh Gao · 9 years ago
  71. b879209 debuggerd: don't send SIGSTOP to crashing processes. by Josh Gao · 9 years ago
  72. 2780ceb Merge "debuggerd: fix stupid typo." by Josh Gao · 9 years ago
  73. 243b912 debuggerd: fix stupid typo. by Josh Gao · 9 years ago
  74. 0475637 Merge changes I5a5da1f1,I6294ff68 by Josh Gao · 9 years ago
  75. ed26b34 Enable multiple consoles by Viorel Suman · 9 years ago
  76. 4b691a4 debuggerd: monitor the worker process for failure. by Josh Gao · 9 years ago
  77. ea86381 debuggerd: fork the signal sender once. by Josh Gao · 9 years ago
  78. b2ddca6 Move list of public libraries to a config file by Dimitry Ivanov · 9 years ago
  79. 6f71859 Merge "debuggerd: kill crashing processes with the signal they died with." by Josh Gao · 9 years ago
  80. 48fc2fb debuggerd: kill crashing processes with the signal they died with. by Josh Gao · 9 years ago
  81. 6e0166f Merge changes I7cbc8fda,Ibb7cf4b1 by Mark Salyzyn · 9 years ago
  82. d103d31 Merge "mkbootimg: add os_version" by Sami Tolvanen · 9 years ago
  83. a098fef mkbootimg: add os_version by Sami Tolvanen · 9 years ago
  84. 436c034 Merge "[core][trusty] Implement Trusty NVRAM HAL module." by Mattias Nissler · 9 years ago
  85. 5815ba5 Merge "bootstat: Disambiguate boot time on encrypted devices." by James Hawkins · 9 years ago
  86. 148c7c7 Merge "init-debug.rc: mount debugfs" by Elliott Hughes · 9 years ago
  87. 2d47a47 Merge "liblog: truncate logtags that overflow prefixBuf" by Mark Salyzyn · 9 years ago
  88. feb843d liblog: test: security buffer is allowed to be denied by Mark Salyzyn · 9 years ago
  89. 8f7f6dd liblog: test: do not LOG in signal handler by Mark Salyzyn · 9 years ago
  90. d10881f liblog: truncate logtags that overflow prefixBuf by Mark Salyzyn · 9 years ago
  91. ed37dfe Merge "Leftovers of the SELinux policy update mechanism" by Janis Danisevskis · 9 years ago
  92. da6f8f8 bootstat: Disambiguate boot time on encrypted devices. by James Hawkins · 9 years ago
  93. 76874f8 Leftovers of the SELinux policy update mechanism by Janis Danisevskis · 9 years ago
  94. 546fe4e Merge "Fix buffer overrun in adb wait-for-device." by Elliott Hughes · 9 years ago
  95. 5518ad9 [core][trusty] Implement Trusty NVRAM HAL module. by Mattias Nissler · 9 years ago
  96. 6dcadfb Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 9 years ago
  97. 71b8f01 Merge "emulator: Use distinct serial names for simultaneous qemu pipes." by Prathmesh Prabhu · 9 years ago
  98. b52947e Merge "Revert "mkbootimg: add version and patch level"" by Sami Tolvanen · 9 years ago
  99. 15f4d7f Revert "mkbootimg: add version and patch level" by Sami Tolvanen · 9 years ago
  100. 17a814b Merge "liblog: audit declare LIBLOG_ABI_PUBLIC" by Mark Salyzyn · 9 years ago