1. 56c19c8 debuggerd_test: remove useless pipe. by Josh Gao · 8 years ago
  2. 350710f debuggerd_client: fix infinite timeouts. by Josh Gao · 8 years ago
  3. fa5ee1c debuggerd_test: add test for process/thread names. by Josh Gao · 8 years ago
  4. 5faf509 tombstoned: add tests for b/36685795. by Josh Gao · 8 years ago
  5. d42a22f tombstoned: fix a race between intercept and crash_dump. by Josh Gao · 8 years ago
  6. baf6679 tombstoned: refactor request dequeuing a bit. by Josh Gao · 8 years ago
  7. f948eff tombstoned: don't increment num_concurrent_dumps until success. by Josh Gao · 8 years ago
  8. 94b7184 Merge "debuggerd_client: properly wait for completion." by Treehugger Robot · 8 years ago
  9. ac95762 debuggerd_client: properly wait for completion. by Josh Gao · 8 years ago
  10. 8e6d5ff Merge ""Requested dump for tid XXX" message shouldn't be fatal." by Elliott Hughes · 8 years ago
  11. 78bc32e "Requested dump for tid XXX" message shouldn't be fatal. by Elliott Hughes · 8 years ago
  12. 7e65608 Initialize si_code in siginfo. by Christopher Ferris · 8 years ago
  13. 1e08cf9 Do not access device maps. by Christopher Ferris · 8 years ago
  14. 4b2fbba Merge "crash_dump: fetch process/thread names before dropping privileges." by Josh Gao · 8 years ago
  15. c2ec702 crash_dump: fetch process/thread names before dropping privileges. by Josh Gao · 8 years ago
  16. 0639227 Enable more modules on linux_bionic builds by Dan Willemsen · 8 years ago
  17. ec17edf Remove extraneous .clang-format files by Tom Cherry · 8 years ago
  18. 02bf8c5 crash_dump: fix warnings, turn on -Werror. by Josh Gao · 8 years ago
  19. 6568096 crash_dump: improve logging for when a process dies prematurely. by Josh Gao · 8 years ago
  20. 8d1f2f4 debuggerd_handler: restore errno. by Josh Gao · 8 years ago
  21. b7a0e92 libdebuggerd: add compatibility shim. by Josh Gao · 8 years ago
  22. 4f19f5b debuggerd_handler: implement missing fallback functionality. by Josh Gao · 8 years ago
  23. 1b21e98 Define _LOG as a weak symbol. by Chenjie Luo · 8 years ago
  24. fabf0f4 Merge changes Ib69a206f,If57cc175 by Treehugger Robot · 8 years ago
  25. 8da97bb tombstoned: turn off signal handlers. by Josh Gao · 8 years ago
  26. d4e9c61 tombstoned: create tombstones with 0640 permissions. by Josh Gao · 8 years ago
  27. ed1476e Small debuggerd improvements. by Elliott Hughes · 8 years ago
  28. 5297814 Merge "debuggerd: remove obsolete dumpable check." by Josh Gao · 8 years ago
  29. c4486f1 debuggerd: remove obsolete dumpable check. by Josh Gao · 8 years ago
  30. 570f016 There's no longer a limit to property names. by Elliott Hughes · 8 years ago
  31. 3520f9a Merge "debuggerd_test: add capability test." by Treehugger Robot · 8 years ago
  32. 8f9f894 debuggerd_test: add capability test. by Josh Gao · 8 years ago
  33. 7fff6c0 Add crasher check for passing a bad pthread_t to pthread_join. by Elliott Hughes · 8 years ago
  34. 03ca48a crash_dump: fix overflow. by Josh Gao · 8 years ago
  35. a7cd6ea crash_dump: remove unneeded/faulty checks. by Josh Gao · 8 years ago
  36. 9d839fc Merge "libdebuggerd_handler: in-process crash dumping for seccomped processes." by Josh Gao · 8 years ago
  37. 146d8ec Merge "crash_dump: make output fd O_APPEND." by Josh Gao · 8 years ago
  38. b621de8 libdebuggerd_handler: in-process crash dumping for seccomped processes. by Josh Gao · 8 years ago
  39. adcf56e crash_dump: fix typos in error messages. by Josh Gao · 8 years ago
  40. c24c0d6 crash_dump: make output fd O_APPEND. by Josh Gao · 8 years ago
  41. 04dfedb debuggerd_handler: don't use snprintf in handler. by Josh Gao · 8 years ago
  42. 4e7bc42 debuggerd_handler: set PR_SET_DUMPABLE before running crash_dump. by Josh Gao · 8 years ago
  43. 36a742d debuggerd_handler: raise capabilities before running crash_dump. by Josh Gao · 8 years ago
  44. b7bb5c0 crasher: add a case that uses PR_SET_NO_NEW_PRIVS. by Josh Gao · 8 years ago
  45. d8caf9e debuggerd_handler: don't use waitpid(..., __WCLONE). by Josh Gao · 8 years ago
  46. ef70ada crash_dump: collect open files before dropping caps. by Josh Gao · 8 years ago
  47. 3604c4e debuggerd_test: improve error when crasher fails to exec. by Josh Gao · 8 years ago
  48. 05a5975 debuggerd_test: fix crasher path. by Josh Gao · 8 years ago
  49. 007479a crash_dump: read /proc/<pid>/maps before dropping capabilities. by Josh Gao · 8 years ago
  50. 71299e4 debuggerd_handler: fix prctl return value check. by Josh Gao · 8 years ago
  51. f8ef9e1 Merge changes from topic 'debuggerd_ambient' by Josh Gao · 8 years ago
  52. 86a881f debuggerd_handler: don't use clone(..., SIGCHLD, ...) by Josh Gao · 8 years ago
  53. f0a401c crash_dump: drop capabilities after we ptrace attach. by Josh Gao · 8 years ago
  54. 1c057ce crash_dump: use /proc/<pid> fd to check tid process membership. by Josh Gao · 8 years ago
  55. 54dec42 debuggerd_handler: raise ambient capset before execing. by Josh Gao · 8 years ago
  56. b4d3352 Merge "Better seccomp/kuser_helper diagnostics from debuggerd." by Elliott Hughes · 8 years ago
  57. 7999933 Better seccomp/kuser_helper diagnostics from debuggerd. by Elliott Hughes · 8 years ago
  58. c7fa9f6 debuggerd_handler: add and use fatal_errno. by Josh Gao · 8 years ago
  59. e6b1399 debuggerd: fix `debuggerd <pid>` by Josh Gao · 8 years ago
  60. a76a83e debuggerd: fix `debuggerd -b <pid>` by Josh Gao · 8 years ago
  61. a07ac7e debuggerd_handler: improve nonfatal signal message. by Josh Gao · 8 years ago
  62. 8d04f3d debuggerd_handler: remove PR_SET_DUMPABLE check. by Josh Gao · 8 years ago
  63. 7603344 debuggerd_handler: don't dump PR_NO_NEW_PRIVS processes. by Josh Gao · 8 years ago
  64. eca5e7c debuggerd_handler: don't resend nonfatal signals when not dumping. by Josh Gao · 8 years ago
  65. d147f6f crash_dump: properly dump when we can't talk to tombstoned. by Josh Gao · 8 years ago
  66. 8c653f5 Merge "Replaced include log/logger.h with log/log.h in debuggerd" by Vijay Venkatraman · 8 years ago
  67. 9a6d0b3 Replaced include log/logger.h with log/log.h in debuggerd by Vijay Venkatraman · 8 years ago
  68. 6e4ccf3 tombstoned: silence spurious error messages. by Josh Gao · 8 years ago
  69. 6b6d3a0 Actually don't start tombstoned until /data is mounted. by Josh Gao · 8 years ago
  70. 311f434 debuggerd_handler: add SIGSYS to the list of handled signals. by Josh Gao · 8 years ago
  71. 9c61115 debuggerd_handler: properly crash when PR_GET_DUMPABLE is 0. by Josh Gao · 8 years ago
  72. 461c313 crash_dump: set a watchdog timer. by Josh Gao · 8 years ago
  73. c2cc466 crash_dump: switch to PTRACE_SEIZE. by Josh Gao · 8 years ago
  74. 86dddf9 crash_dump: clear the default crash handlers. by Josh Gao · 8 years ago
  75. 6ec3c08 crash_dump: remove extra log. by Josh Gao · 8 years ago
  76. f19ba5c debuggerd_handler: actually wait for pseudothread to exit. by Josh Gao · 8 years ago
  77. 16cbb4b Merge "init: don't start tombstoned until /data is mounted." by Treehugger Robot · 8 years ago
  78. 973e704 init: don't start tombstoned until /data is mounted. by Josh Gao · 8 years ago
  79. 6055249 Merge "crash_dump: don't abort if we fail to attach a sibling." by Josh Gao · 8 years ago
  80. 4f34b31 crash_dump: don't abort if we fail to attach a sibling. by Josh Gao · 8 years ago
  81. 05f3ea0 Fix a call to openat with incorrect arguments by George Burgess IV · 8 years ago
  82. 4664970 debuggerd: advance our amazing bet. by Josh Gao · 8 years ago
  83. 0b764f7 liblog: use log/log.h for ALOG macros by Mark Salyzyn · 8 years ago
  84. 1d6b610 liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 8 years ago
  85. d9fccda Improve crasher. by Elliott Hughes · 8 years ago
  86. 5c29357 Merge "debuggerd: Dump list of open files on process crash." am: b675f7cd32 by Richard Uhler · 8 years ago
  87. 915c3ae Merge "debuggerd: Dump list of open files on process crash." by Treehugger Robot · 8 years ago
  88. 5265683 Merge "system/core: replace EVENT_TAG_MAP_FILE with NULL" am: 9bfd9f558b by Mark Salyzyn · 8 years ago
  89. 8fcbbcd system/core: replace EVENT_TAG_MAP_FILE with NULL by Mark Salyzyn · 8 years ago
  90. c8c8997 debuggerd: Dump list of open files on process crash. by Richard Uhler · 8 years ago
  91. ade660f Merge "crasher: add option to wait for input before crashing." am: 84db3f19bc by Josh Gao · 8 years ago
  92. e53ff9a crasher: add option to wait for input before crashing. by Josh Gao · 8 years ago
  93. 2e98d30 Merge "fix regression from android_lookupEventTag_len()" am: 9fa133cc28 by Mark Salyzyn · 8 years ago
  94. 087ae5f fix regression from android_lookupEventTag_len() by Mark Salyzyn · 8 years ago
  95. cbe1955 Merge "system/core: preparation to pull back interfaces from android/log.h" by Mark Salyzyn · 8 years ago
  96. 94abded system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  97. ad099b2 debuggerd: use __android_log_is_debuggable() am: dafe384207 by Mark Salyzyn · 8 years ago
  98. 12eb34d debuggerd: use __android_log_is_debuggable() by Mark Salyzyn · 9 years ago
  99. ece0d69 Merge "Rely on the platform -std default." am: 955648a915 am: 4594f50635 by Elliott Hughes · 9 years ago
  100. e8b294b Merge "Rely on the platform -std default." by Treehugger Robot · 9 years ago