1. e96dc1a tombstoned: make missing O_TMPFILE workaround actually work around. by Josh Gao · 6 years ago
  2. 5a9929a tombstoned: don't bail out if we fail to unlink a file that isn't there. by Josh Gao · 6 years ago
  3. 598061f tombstoned: don't create tombstones for failed dumps. by Josh Gao · 6 years ago
  4. 3bac1ff Merge changes from topic "unwindstack_clone" into pi-dev by Josh Gao · 6 years ago
  5. f7023c9 crash_dump: defuse our signal handlers earlier. by Josh Gao · 6 years ago
  6. 86ea074 libdebuggerd: clone registers before we Unwind with them. by Josh Gao · 6 years ago
  7. e2b6cd2 Mark crash_dump.policy as not supported on mips by Dan Willemsen · 6 years ago
  8. 70adac6 debuggerd_fallback: don't recursively abort. by Josh Gao · 6 years ago
  9. 0609e8d Merge "bpfmt." by Treehugger Robot · 6 years ago
  10. edd28f6 debuggerd seccomp: explain why we define PROT_READ/WRITE. by Josh Gao · 6 years ago
  11. 40ecb9a Define PROT_READ and PROT_WRITE when generating the policy files by Justin Yun · 6 years ago
  12. dc699a2 bpfmt. by Elliott Hughes · 6 years ago
  13. e1415a5 Include the map name when dumping memory around a register. by Elliott Hughes · 6 years ago
  14. c531ed6 debuggerd_fallback: fix race. by Josh Gao · 6 years ago
  15. 08cd23e debuggerd: update policy for recent sigaction changes. by Josh Gao · 6 years ago
  16. 0b06a59 Add extra frame when dex_pc is non-zero. by Christopher Ferris · 6 years ago
  17. e36afb0 Fix regression caused by libbacktrace API change. by Christopher Ferris · 6 years ago
  18. fd0e0db Merge "debuggerd: add seccomp policies and tests." by Josh Gao · 6 years ago
  19. 7937a36 Change all uintptr_t to uint64_t in API. by Christopher Ferris · 6 years ago
  20. e04ca27 debuggerd: add seccomp policies and tests. by Josh Gao · 6 years ago
  21. be10cae Merge "debuggerd_handler: set PR_SET_PTRACER before running crash_dump." by Treehugger Robot · 6 years ago
  22. 1406d99 Merge "Change seccomp to the system filter" by Treehugger Robot · 6 years ago
  23. 4841e74 debuggerd_handler: set PR_SET_PTRACER before running crash_dump. by Luis Hector Chavez · 6 years ago
  24. 9a0e12d Change seccomp to the system filter by Victor Hsieh · 6 years ago
  25. 34c2556 debuggerd: restore the location of abort message. by Josh Gao · 6 years ago
  26. 7302097 debuggerd: wait for dump completion on crashes. by Josh Gao · 6 years ago
  27. df9fbc7 Merge "base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test." by Treehugger Robot · 6 years ago
  28. 30171a8 base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. by Josh Gao · 7 years ago
  29. a42314e debuggerd: add pause time benchmark. by Josh Gao · 6 years ago
  30. def0888 Increased number of Android log lines for tombstones by chirag honnavar · 7 years ago
  31. 2b2ae0c crash_dump: fork a copy of the target's address space. by Josh Gao · 7 years ago
  32. 3289b9c Merge "Add OWNERS." by Elliott Hughes · 6 years ago
  33. 693d63f Add OWNERS. by Elliott Hughes · 6 years ago
  34. b7de5f5 Demand read load bias for a map. by Christopher Ferris · 6 years ago
  35. 664d2a9 Force call the fallback handler. by Christopher Ferris · 6 years ago
  36. dbef1ee Merge "crash_dump: don't inherit environment from parent." by Treehugger Robot · 7 years ago
  37. cdea750 crash_dump: don't inherit environment from parent. by Josh Gao · 7 years ago
  38. 122352d Use -Werror in system/core by Chih-Hung Hsieh · 7 years ago
  39. d9f183b Merge "Only call one unwinder." by Christopher Ferris · 7 years ago
  40. 18ea097 Delete obsolete debuggerd references. by Josh Gao · 7 years ago
  41. ab9cf8b Only call one unwinder. by Christopher Ferris · 7 years ago
  42. 4a5a337 Merge "Move some properties users to __system_property_read_callback()" by Tom Cherry · 7 years ago
  43. 81dd96c Merge "Add missing includes." by Treehugger Robot · 7 years ago
  44. c38057a Add missing includes. by Dan Albert · 7 years ago
  45. 31121ca Move some properties users to __system_property_read_callback() by Tom Cherry · 7 years ago
  46. 1ce8e14 libdebuggerd: fix tombstone tests. by Josh Gao · 7 years ago
  47. 92c355c Merge "Show the number of VMAs in the tombstone." by Treehugger Robot · 7 years ago
  48. 868d39a Show the number of VMAs in the tombstone. by Elliott Hughes · 7 years ago
  49. 9b91324 Merge "Add a new unwind method on error." by Christopher Ferris · 7 years ago
  50. ce9cc4e tombstoned: fix another call to evconnlistener_new. by Josh Gao · 7 years ago
  51. b9de87f Add a new unwind method on error. by Christopher Ferris · 7 years ago
  52. 06c65ed Merge "Enable HAS_VFP_D32 for 32-bit armv8 crasher" by Isaac Chen · 7 years ago
  53. 6dc21a5 Enable HAS_VFP_D32 for 32-bit armv8 crasher by Isaac Chen · 7 years ago
  54. e997ba9 Merge "tombstoned: Fix calls to evconnlistener_new." by Narayan Kamath · 7 years ago
  55. 26123d7 Merge "debuggerd_fallback: print maps." by Treehugger Robot · 7 years ago
  56. fdc95c9 debuggerd_fallback: print maps. by Josh Gao · 7 years ago
  57. c2e98f6 tombstoned: Fix calls to evconnlistener_new. by Narayan Kamath · 7 years ago
  58. 6429e20 Recommend using pid instead of tid for gdbclient.py by dimitry · 7 years ago
  59. c370666 libdebuggerd: cleanup. by Josh Gao · 7 years ago
  60. fdf832d base: add Pipe and Socketpair wrappers. by Josh Gao · 7 years ago
  61. b6ba817 Define current ABI string in android-base/macros.h by dimitry · 7 years ago
  62. e67c7b9 Merge "crash_dump: print the identity of tracers." by Treehugger Robot · 7 years ago
  63. fd13bf0 crash_dump: print the identity of tracers. by Josh Gao · 7 years ago
  64. bb2f03f Merge "Compare new unwinder to old unwinder in debuggerd." by Christopher Ferris · 7 years ago
  65. 9a8c855 Compare new unwinder to old unwinder in debuggerd. by Christopher Ferris · 7 years ago
  66. 81e6c0b debuggerd_handler: print pid and process name. by Josh Gao · 7 years ago
  67. 972d078 Stop asking for old versions of C++ in system/core. by Elliott Hughes · 7 years ago
  68. 96722b0 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 7 years ago
  69. 399b4ee crasher: add a case that leaks until OOM-kill. by Josh Gao · 7 years ago
  70. 33391da Remove unnecessary SELinux dependencies by Nick Kralevich · 7 years ago
  71. 0915f23 debuggerd: diagnostics for dumps that are guaranteed to fail. by Josh Gao · 7 years ago
  72. 3e8d923 Merge "Allow configuration of the number of tombstones." by Elliott Hughes · 7 years ago
  73. 35bb6d2 Allow configuration of the number of tombstones. by Elliott Hughes · 7 years ago
  74. 111f351 Merge "tombstoned: Improve message on java trace completion." by Narayan Kamath · 7 years ago
  75. b02851a Debuggerd: Extend crash_dump timeout to 5 seconds by Andreas Gampe · 7 years ago
  76. 26cbafb Debuggerd: Fix debuggerd_test by Andreas Gampe · 7 years ago
  77. 1dcee84 Merge "crash_dump: lower THREAD_COUNT in debuggerd_client.race for low-speed devices" by Jaesung Chung · 7 years ago
  78. cde2b52 crash_dump: lower THREAD_COUNT in debuggerd_client.race for low-speed devices by Jaesung Chung · 7 years ago
  79. 79dd143 tombstoned: Improve message on java trace completion. by Narayan Kamath · 7 years ago
  80. 07a57f0 Merge "tombstoned: change path for traces from "anr_" to "trace_"" by Narayan Kamath · 7 years ago
  81. b123220 tombstoned: change path for traces from "anr_" to "trace_" by Narayan Kamath · 7 years ago
  82. 336a52e Decode ptrace-induced SIGTRAP si_code values. by Elliott Hughes · 7 years ago
  83. 58778e1 debuggerd_test: find backtrace frame in all lines in CrasherTest by Jaesung Chung · 7 years ago
  84. 550f3bf Merge "Revert "crash_dump: defer pausing threads until we're ready."" by Josh Gao · 7 years ago
  85. 3407d7c Revert "crash_dump: defer pausing threads until we're ready." by Josh Gao · 7 years ago
  86. 87f5432 Merge "tombstoned: log where we're writing the tombstone." by Treehugger Robot · 7 years ago
  87. 66e1a1e Merge changes Id7ab0464,Ic2a212be by Treehugger Robot · 7 years ago
  88. cb68a03 tombstoned: log where we're writing the tombstone. by Josh Gao · 7 years ago
  89. 8a2a2d1 crash_dump: defer pausing threads until we're ready. by Josh Gao · 7 years ago
  90. 8bb0390 crash_dump: add tracing. by Josh Gao · 7 years ago
  91. ca5e908 tombstoned: turn on java trace support + unit tests. by Narayan Kamath · 7 years ago
  92. 5675f3c debuggerd_client: increase pipe buffer size to max. by Josh Gao · 7 years ago
  93. b0e51e3 crash_dump: don't notify ActivityManager if it crashed. by Josh Gao · 7 years ago
  94. e740250 crash_dump: clear the signal mask. by Josh Gao · 7 years ago
  95. a73df60 tombstoned: allow intercepts for java traces. by Narayan Kamath · 7 years ago
  96. 2d377cd tombstoned: Add a shared library version of libtombstoned_client... by Narayan Kamath · 7 years ago
  97. 922f6b2 tombstoned: Support java trace dumps. by Narayan Kamath · 7 years ago
  98. 7d199de Merge changes I0ff1fc5c,I7a23d3bf by Josh Gao · 7 years ago
  99. 68c24ef Remove not-used dependency in crash_dump by Chenjie Luo · 7 years ago
  100. 2bc6196 Merge "debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id." by Josh Gao · 7 years ago