1. 79ac478 Increase timeouts. by Christopher Ferris · 6 years ago
  2. edd9b12 Add TEMP_FAILURE_RETRY where appropriate. by Christopher Ferris · 6 years ago
  3. 2fa90e0 Increase timeout to avoid flaky tests. by Christopher Ferris · 6 years ago
  4. c7e5c0c crash_dump: populate uid field. by Josh Gao · 6 years ago
  5. 8327c33 Merge "Add UID printing to tombstone headers" into qt-dev by Misha Wagner · 6 years ago
  6. 3d8f8a1 Add UID printing to tombstone headers by Misha Wagner · 6 years ago
  7. 35991e8 Add indicator that an elf is memory backed. by Christopher Ferris · 6 years ago
  8. f46036a debuggerd: call setsid in our children. by Josh Gao · 6 years ago
  9. d9a38c7 Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 6 years ago
  10. 04c85b2 Remove include of backtrace/Backtrace.h. by Christopher Ferris · 6 years ago
  11. ce66c0e Check for data races when reading JIT/DEX entries. by David Srbecky · 7 years ago
  12. df6db13 Add BuildId to frame information. by Christopher Ferris · 6 years ago
  13. 500752a debuggerd_handler: demote abort on exec failure to log. by Josh Gao · 6 years ago
  14. 0aa0512 Fix copy / move behaviour of Maps object. by Florian Mayer · 6 years ago
  15. 6d38a76 Fix libdexfile dependencies to avoid direct dependency on libdexfile_external. by Martin Stjernholm · 6 years ago
  16. 91b203a Merge changes from topic "base_cmsg" by Josh Gao · 6 years ago
  17. 5553a96 debuggerd: switch to base::{Send,Receive}FileDescriptors. by Josh Gao · 6 years ago
  18. ebf402f Use new static target for libdexfile_support. by Martin Stjernholm · 6 years ago
  19. ea4f538 Replace libbacktrace with libunwindstack directly. by Christopher Ferris · 6 years ago
  20. 702bcb2 debuggerd: Fix return type in error case by Greg Kaiser · 6 years ago
  21. c733b70 debuggerd_client: resolve tid to tgid when dumping Java stacks. by Josh Gao · 6 years ago
  22. f0dc47b Revert^2 "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 6 years ago
  23. 35dee3f Revert "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 6 years ago
  24. 9dbcba7 Merge "libdebuggerd: add timestamp to tombstones." by Josh Gao · 6 years ago
  25. 4b2162a libdebuggerd: add timestamp to tombstones. by Josh Gao · 6 years ago
  26. 992b9d4 Use libdexfile external API in libunwindstack. by Martin Stjernholm · 6 years ago
  27. 49f5599 C++17 is the default now. by Elliott Hughes · 6 years ago
  28. e834e03 Merge "tombstoned: fixed tombstones failed issue" by Elliott Hughes · 6 years ago
  29. b8bdae9 tombstoned: fixed tombstones failed issue by Jinguang Dong · 6 years ago
  30. b1bba37 Tombstone support for XOM-related SIGSEGVs. by Ivan Lozano · 6 years ago
  31. d090128 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  32. 3ef830a Merge "debuggerd_fallback: fix fd leak." by Treehugger Robot · 6 years ago
  33. 66e5e98 debuggerd_fallback: fix fd leak. by Josh Gao · 6 years ago
  34. 3b259de Update for v4.19 kernel headers. by Christopher Ferris · 6 years ago
  35. 7e2ede1 Fix two clang-tidy issues in crasher.cpp. by Stephen Hines · 7 years ago
  36. 41963d0 Merge "crash_dump: annotate intended fallthrough." by Treehugger Robot · 7 years ago
  37. 90b04ce crash_dump: annotate intended fallthrough. by Josh Gao · 7 years ago
  38. d95c279 tombstoned: don't generate tombstones for native backtraces. by Josh Gao · 7 years ago
  39. e5189d8 Fix multithreaded backtraces for seccomp processes. by Josh Gao · 7 years ago
  40. 321d089 debuggerd_client: improve error logging. by Josh Gao · 7 years ago
  41. 4707832 libdebuggerd: decode fdsan owner tags. by Josh Gao · 7 years ago
  42. 0e1e5a6 debuggerd_test: add test for fdsan abort message. by Josh Gao · 7 years ago
  43. ed5cd59 debuggerd_handler: receive abort messages via sigqueue(DEBUGGER_SIGNAL). by Josh Gao · 7 years ago
  44. 7eb53b1 debuggerd: delete accidentally merged log spam. by Josh Gao · 7 years ago
  45. b3b96db libdebuggerd: extract and print the fdsan table. by Josh Gao · 7 years ago
  46. c9fe5af crash_dump: pass the address of the fdsan table. by Josh Gao · 7 years ago
  47. fe558a6 crasher: add close(fileno(FILE*)) and close(dirfd(DIR*)). by Josh Gao · 7 years ago
  48. 39d0afe debuggerd_handler: use syscall(__NR_close) instead of close. by Josh Gao · 7 years ago
  49. 2bdc87e Clean up logging code. by Christopher Ferris · 7 years ago
  50. 94bc051 Add support for new defines in v4.17.3 headers. by Christopher Ferris · 7 years ago
  51. 29ad107 Merge "debuggerd: add support for Java traces." by Treehugger Robot · 7 years ago
  52. 1c4e987 debuggerd: add support for Java traces. by Josh Gao · 7 years ago
  53. a6226c4 Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
  54. bcda585 Improve SIGILL support. by Elliott Hughes · 7 years ago
  55. 32b8fda Build adbd for recovery by Jiyong Park · 7 years ago
  56. c12f72c Merge "debuggerd: fix CrasherTest.seccomp_crash_oom." by Treehugger Robot · 7 years ago
  57. fde0883 debuggerd: fix CrasherTest.seccomp_crash_oom. by Josh Gao · 7 years ago
  58. de27064 Expect optional (offset ...) in frame dump. by Chih-Hung Hsieh · 7 years ago
  59. 24e4632 Merge "Remove unnecessary references to libunwind." by Christopher Ferris · 7 years ago
  60. 2518a99 Remove unnecessary references to libunwind. by Christopher Ferris · 7 years ago
  61. acde727 tombstoned: make missing O_TMPFILE workaround actually work around. by Josh Gao · 7 years ago
  62. f83261b tombstoned: don't bail out if we fail to unlink a file that isn't there. by Josh Gao · 7 years ago
  63. 7332328 Merge "tombstoned: don't create tombstones for failed dumps." by android-build-prod (mdb) · 7 years ago
  64. b6359fe Fix a debuggerd test expectation. by Elliott Hughes · 7 years ago
  65. 801319a Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
  66. 8ee4114 Merge "crash_dump: defuse our signal handlers earlier." by android-build-prod (mdb) · 7 years ago
  67. e6d1c8d Add test_suites lines. by Elliott Hughes · 7 years ago
  68. 3b329d9 crash_dump: defuse our signal handlers earlier. by Josh Gao · 7 years ago
  69. 3c70520 Show signal sender for SI_FROMUSER signals. by Elliott Hughes · 7 years ago
  70. 8ecaac4 libdebuggerd: fix out of bounds write. by Josh Gao · 7 years ago
  71. 854db1c libdebuggerd: clone registers before we Unwind with them. by Josh Gao · 7 years ago
  72. 666ec64 tombstoned: don't create tombstones for failed dumps. by Josh Gao · 7 years ago
  73. 2ac351b debuggerd: remove maximum abort message length. by Josh Gao · 7 years ago
  74. 9a7faaf Mark crash_dump.policy as not supported on mips by Dan Willemsen · 7 years ago
  75. dca69eb debuggerd_fallback: don't recursively abort. by Josh Gao · 7 years ago
  76. 386ebe6 Merge "bpfmt." by Treehugger Robot · 7 years ago
  77. 830092d debuggerd seccomp: explain why we define PROT_READ/WRITE. by Josh Gao · 7 years ago
  78. d2b96b0 Define PROT_READ and PROT_WRITE when generating the policy files by Justin Yun · 7 years ago
  79. 88cfdf2 bpfmt. by Elliott Hughes · 7 years ago
  80. 04364c8 Include the map name when dumping memory around a register. by Elliott Hughes · 7 years ago
  81. 386da4c debuggerd_fallback: fix race. by Josh Gao · 7 years ago
  82. 040993a debuggerd: update policy for recent sigaction changes. by Josh Gao · 7 years ago
  83. bfa1dd4 Add extra frame when dex_pc is non-zero. by Christopher Ferris · 7 years ago
  84. 6819296 Fix regression caused by libbacktrace API change. by Christopher Ferris · 7 years ago
  85. 2960476 Merge "debuggerd: add seccomp policies and tests." by Josh Gao · 7 years ago
  86. 5277613 Change all uintptr_t to uint64_t in API. by Christopher Ferris · 7 years ago
  87. 4375a43 debuggerd: add seccomp policies and tests. by Josh Gao · 7 years ago
  88. 62d63fe Merge "debuggerd_handler: set PR_SET_PTRACER before running crash_dump." by Treehugger Robot · 7 years ago
  89. e64510c Merge "Change seccomp to the system filter" by Treehugger Robot · 7 years ago
  90. 370d387 debuggerd_handler: set PR_SET_PTRACER before running crash_dump. by Luis Hector Chavez · 7 years ago
  91. fb54fa9 Change seccomp to the system filter by Victor Hsieh · 7 years ago
  92. 76088a6 debuggerd: restore the location of abort message. by Josh Gao · 7 years ago
  93. 7d7226f debuggerd: wait for dump completion on crashes. by Josh Gao · 7 years ago
  94. 8614157 Merge "base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test." by Treehugger Robot · 7 years ago
  95. 1723e52 base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. by Josh Gao · 8 years ago
  96. 4817a01 debuggerd: add pause time benchmark. by Josh Gao · 7 years ago
  97. bee252b Increased number of Android log lines for tombstones by chirag honnavar · 8 years ago
  98. 84b1930 crash_dump: fork a copy of the target's address space. by Josh Gao · 8 years ago
  99. a0236c5 Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  100. 6a1a51a Add OWNERS. by Elliott Hughes · 7 years ago