1. 4fbcd05 crash_dump: during early boot, output to kmsg on userdebug. by Josh Gao · 8 years ago
  2. 407c076 Merge "Stop asking for old versions of C++ in system/core." am: e61e2fcf21 am: 0915192d8b by Elliott Hughes · 8 years ago
  3. 05fddcb Stop asking for old versions of C++ in system/core. by Elliott Hughes · 8 years ago
  4. 3bebbd8 Merge "Cleanup the libbacktrace interface a bit." am: e3d470b81d am: 011f61f39d by Christopher Ferris · 8 years ago
  5. ddec556 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 8 years ago
  6. 7286b0f Merge "crasher: add a case that leaks until OOM-kill." am: f610d6db82 am: 0cb3d254a2 by Josh Gao · 8 years ago
  7. 00b0f71 crasher: add a case that leaks until OOM-kill. by Josh Gao · 8 years ago
  8. 99af322 Merge "Remove unnecessary SELinux dependencies" am: 22de50d351 am: e9b9b10c58 by Nick Kralevich · 8 years ago
  9. 3bf314d Remove unnecessary SELinux dependencies by Nick Kralevich · 8 years ago
  10. 57e3dbc Merge changes I5c6bf2a5,I20a337bb am: 7f81b2af61 am: 14e36421db am: 877708fcf1 by Josh Gao · 8 years ago
  11. a9b4197 debuggerd: diagnostics for dumps that are guaranteed to fail. by Josh Gao · 8 years ago
  12. c2c62a9 Merge "Allow configuration of the number of tombstones." am: 3e8d923276 am: 216ac36534 by Elliott Hughes · 8 years ago
  13. 5a86367 Merge "Allow configuration of the number of tombstones." by Elliott Hughes · 8 years ago
  14. 2413428 Allow configuration of the number of tombstones. by Elliott Hughes · 8 years ago
  15. 181ac86 Merge "Revert "crash_dump: during early boot, output to kmsg on userdebug."" into oc-dr1-dev by Jeff Vander Stoep · 8 years ago
  16. 1f4c204 Merge "Revert "crash_dump: during early boot, output to kmsg on userdebug."" into oc-dr1-dev by TreeHugger Robot · 8 years ago
  17. 8926de8 Revert "crash_dump: during early boot, output to kmsg on userdebug." by Jeff Vander Stoep · 8 years ago
  18. d9847d4 Debuggerd: Fix debuggerd_test by Andreas Gampe · 8 years ago
  19. 1de9286 Merge "tombstoned: Improve message on java trace completion." by Narayan Kamath · 8 years ago
  20. 9681e4a Debuggerd: Extend crash_dump timeout to 5 seconds am: 4f5f558d38 by Andreas Gampe · 8 years ago
  21. 7f9e6ea Debuggerd: Extend crash_dump timeout to 5 seconds by Andreas Gampe · 8 years ago
  22. be45889 Debuggerd: Extend crash_dump timeout to 5 seconds by Andreas Gampe · 8 years ago
  23. 3368579 Debuggerd: Fix debuggerd_test by Andreas Gampe · 8 years ago
  24. e6f7095 Merge "crash_dump: lower THREAD_COUNT in debuggerd_client.race for low-speed devices" by Jaesung Chung · 8 years ago
  25. 6c857b5 crash_dump: lower THREAD_COUNT in debuggerd_client.race for low-speed devices by Jaesung Chung · 8 years ago
  26. 0557100 tombstoned: Improve message on java trace completion. by Narayan Kamath · 8 years ago
  27. 113eb3a Merge "tombstoned: change path for traces from "anr_" to "trace_"" by Narayan Kamath · 8 years ago
  28. 16e8750 tombstoned: change path for traces from "anr_" to "trace_" by Narayan Kamath · 8 years ago
  29. bbe5f8b Decode ptrace-induced SIGTRAP si_code values. by Elliott Hughes · 8 years ago
  30. 077058a debuggerd_test: find backtrace frame in all lines in CrasherTest by Jaesung Chung · 8 years ago
  31. 6f38edb Merge "Revert "crash_dump: defer pausing threads until we're ready."" by Josh Gao · 8 years ago
  32. da9432c Revert "crash_dump: defer pausing threads until we're ready." by Josh Gao · 8 years ago
  33. 2429157 tombstoned: log where we're writing the tombstone. by Josh Gao · 8 years ago
  34. d9f7b37 Merge "tombstoned: log where we're writing the tombstone." by Treehugger Robot · 8 years ago
  35. 8d63dc0 Merge changes Id7ab0464,Ic2a212be by Treehugger Robot · 8 years ago
  36. 54d9be0 tombstoned: log where we're writing the tombstone. by Josh Gao · 8 years ago
  37. ab71bff tombstoned: log where we're writing the tombstone. by Josh Gao · 8 years ago
  38. c9c94a7 crash_dump: defer pausing threads until we're ready. by Josh Gao · 8 years ago
  39. cd5f59f crash_dump: add tracing. by Josh Gao · 8 years ago
  40. e1d8fd7 tombstoned: turn on java trace support + unit tests. by Narayan Kamath · 8 years ago
  41. ffa0e96 debuggerd_client: increase pipe buffer size to max. by Josh Gao · 8 years ago
  42. 6eba1b1 crash_dump: don't notify ActivityManager if it crashed. by Josh Gao · 8 years ago
  43. 00eed1d crash_dump: clear the signal mask. by Josh Gao · 8 years ago
  44. 4ff5bae debuggerd_client: increase pipe buffer size to max. by Josh Gao · 8 years ago
  45. 7ec1b9e crash_dump: don't notify ActivityManager if it crashed. by Josh Gao · 8 years ago
  46. 964aa28 crash_dump: clear the signal mask. by Josh Gao · 8 years ago
  47. fa80ffe tombstoned: allow intercepts for java traces. by Narayan Kamath · 8 years ago
  48. 76ec095 tombstoned: Add a shared library version of libtombstoned_client... by Narayan Kamath · 8 years ago
  49. da2c1c5 tombstoned: Support java trace dumps. by Narayan Kamath · 8 years ago
  50. ab60e5e libdebuggerd: print the build fingerprint in fallback. by Josh Gao · 8 years ago
  51. 63da261 libdebuggerd: implement fallback register dumping on arm/aarch64. by Josh Gao · 8 years ago
  52. a8606f6 debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id. by Josh Gao · 8 years ago
  53. ca55bab Merge changes I0ff1fc5c,I7a23d3bf by Josh Gao · 8 years ago
  54. 6c501c8 Remove not-used dependency in crash_dump by Chenjie Luo · 8 years ago
  55. 4db827e Merge "debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id." by Josh Gao · 8 years ago
  56. 4f8abe9 libdebuggerd: print the build fingerprint in fallback. by Josh Gao · 8 years ago
  57. a6286d2 libdebuggerd: implement fallback register dumping on arm/aarch64. by Josh Gao · 8 years ago
  58. 1bdb60b Turn off debuggerd for host bionic by Dan Willemsen · 8 years ago
  59. 97e3e2d debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id. by Josh Gao · 8 years ago
  60. 1765c40 Move libc_logging to libasync_safe. by Christopher Ferris · 8 years ago
  61. f4ffc20 debuggerd_handler: don't assume that abort message implies fatal. by Josh Gao · 8 years ago
  62. d71da00 debuggerd_handler: don't assume that abort message implies fatal. by Josh Gao · 8 years ago
  63. 92d3c50 Merge "crash_dump: during early boot, output to kmsg on userdebug." by Josh Gao · 8 years ago
  64. a640188 crash_dump: during early boot, output to kmsg on userdebug. by Josh Gao · 8 years ago
  65. d65994c check send_signal result before further dealing by Liu Changcheng · 8 years ago
  66. 56c19c8 debuggerd_test: remove useless pipe. by Josh Gao · 8 years ago
  67. 350710f debuggerd_client: fix infinite timeouts. by Josh Gao · 8 years ago
  68. a222295 Merge changes Ib8369088,I743433bc by Josh Gao · 8 years ago
  69. 5edf572 debuggerd_test: remove useless pipe. by Josh Gao · 8 years ago
  70. 51eb6f5 debuggerd_client: fix infinite timeouts. by Josh Gao · 8 years ago
  71. fa5ee1c debuggerd_test: add test for process/thread names. by Josh Gao · 8 years ago
  72. 5156818 debuggerd_test: add test for process/thread names. by Josh Gao · 8 years ago
  73. 5faf509 tombstoned: add tests for b/36685795. by Josh Gao · 8 years ago
  74. d42a22f tombstoned: fix a race between intercept and crash_dump. by Josh Gao · 8 years ago
  75. baf6679 tombstoned: refactor request dequeuing a bit. by Josh Gao · 8 years ago
  76. f948eff tombstoned: don't increment num_concurrent_dumps until success. by Josh Gao · 8 years ago
  77. 19ae9e3 tombstoned: add tests for b/36685795. by Josh Gao · 8 years ago
  78. 7b014d1 tombstoned: fix a race between intercept and crash_dump. by Josh Gao · 8 years ago
  79. 13b2c43 tombstoned: refactor request dequeuing a bit. by Josh Gao · 8 years ago
  80. da9e6d5 tombstoned: don't increment num_concurrent_dumps until success. by Josh Gao · 8 years ago
  81. 94b7184 Merge "debuggerd_client: properly wait for completion." by Treehugger Robot · 8 years ago
  82. ac95762 debuggerd_client: properly wait for completion. by Josh Gao · 8 years ago
  83. 8e6d5ff Merge ""Requested dump for tid XXX" message shouldn't be fatal." by Elliott Hughes · 8 years ago
  84. 78bc32e "Requested dump for tid XXX" message shouldn't be fatal. by Elliott Hughes · 8 years ago
  85. 7e65608 Initialize si_code in siginfo. by Christopher Ferris · 8 years ago
  86. 1e08cf9 Do not access device maps. by Christopher Ferris · 8 years ago
  87. 4b2fbba Merge "crash_dump: fetch process/thread names before dropping privileges." by Josh Gao · 8 years ago
  88. c2ec702 crash_dump: fetch process/thread names before dropping privileges. by Josh Gao · 8 years ago
  89. 0639227 Enable more modules on linux_bionic builds by Dan Willemsen · 8 years ago
  90. ec17edf Remove extraneous .clang-format files by Tom Cherry · 8 years ago
  91. 02bf8c5 crash_dump: fix warnings, turn on -Werror. by Josh Gao · 8 years ago
  92. 6568096 crash_dump: improve logging for when a process dies prematurely. by Josh Gao · 8 years ago
  93. 8d1f2f4 debuggerd_handler: restore errno. by Josh Gao · 8 years ago
  94. b7a0e92 libdebuggerd: add compatibility shim. by Josh Gao · 8 years ago
  95. 4f19f5b debuggerd_handler: implement missing fallback functionality. by Josh Gao · 8 years ago
  96. 1b21e98 Define _LOG as a weak symbol. by Chenjie Luo · 8 years ago
  97. fabf0f4 Merge changes Ib69a206f,If57cc175 by Treehugger Robot · 8 years ago
  98. 8da97bb tombstoned: turn off signal handlers. by Josh Gao · 8 years ago
  99. d4e9c61 tombstoned: create tombstones with 0640 permissions. by Josh Gao · 8 years ago
  100. ed1476e Small debuggerd improvements. by Elliott Hughes · 8 years ago