summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary SELinux dependenciesNick Kralevich2017-07-011-1/+0
* debuggerd: diagnostics for dumps that are guaranteed to fail.Josh Gao2017-06-271-0/+19
* tombstoned: allow intercepts for java traces.Narayan Kamath2017-05-311-2/+2
* tombstoned: Add a shared library version of libtombstoned_client...Narayan Kamath2017-05-221-1/+1
* Small debuggerd improvements.Elliott Hughes2017-03-021-3/+5
* debuggerd: fix `debuggerd <pid>`Josh Gao2017-01-301-1/+1
* debuggerd: advance our amazing bet.Josh Gao2017-01-171-910/+41
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-111-1/+1
* Merge "debuggerd: Dump list of open files on process crash."Richard Uhler2016-11-301-5/+13
|\
| * debuggerd: Dump list of open files on process crash.Richard Uhler2016-11-211-5/+13
* | Merge "system/core: preparation to pull back interfaces from android/log.h"Mark Salyzyn2016-10-201-0/+2
|\|
| * system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-201-0/+2
* | Merge commit 'd3896c106d6a6e4d461be658a9e66efbde31f28d' into nyc-dev-plus-aospJosh Gao2016-10-101-3/+5
|\|
| * debuggerd: report crashes even when out of file descriptors.Josh Gao2016-10-071-3/+5
* | Merge "system/core: drop or replace log/logger.h" am: 1f90485804Mark Salyzyn2016-10-041-4/+2
|\|
| * system/core: drop or replace log/logger.hMark Salyzyn2016-10-041-4/+2
* | Merge "Fix debuggerd argument parsing." am: 99ed65234cElliott Hughes2016-09-161-21/+17
|\|
| * Fix debuggerd argument parsing.Elliott Hughes2016-09-151-21/+17
* | Merge "Most accept/accept4 calls in system/core don't actually want the remot...Elliott Hughes2016-08-231-5/+1
|\|
| * Merge "Most accept/accept4 calls in system/core don't actually want the remot...Elliott Hughes2016-08-231-5/+1
| |\
| | * Most accept/accept4 calls in system/core don't actually want the remote address.Elliott Hughes2016-08-231-5/+1
* | | Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." am: 82b67fff06Elliott Hughes2016-08-231-3/+1
|\| |
| * | Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later."Elliott Hughes2016-08-231-3/+1
| |\|
| | * debuggerd: set SOCK_NONBLOCK in accept rather than later.Elliott Hughes2016-08-221-3/+1
* | | Merge "debuggerd: remove unnecessary arguments." am: 7a746f3a68Josh Gao2016-08-121-6/+6
|\| |
| * | Merge "debuggerd: remove unnecessary arguments."Josh Gao2016-08-121-6/+6
| |\|
| | * debuggerd: remove unnecessary arguments.Josh Gao2016-08-121-6/+6
* | | Merge "debuggerd: remove useless timeout from wait_for_signal." am: 5f2bc28ebfJosh Gao2016-08-121-2/+3
|\| |
| * | Merge "debuggerd: remove useless timeout from wait_for_signal."Josh Gao2016-08-121-2/+3
| |\|
| | * debuggerd: remove useless timeout from wait_for_signal.Josh Gao2016-08-121-2/+3
* | | Merge \"debuggerd: verify that traced threads belong to the right process.\" ...Josh Gao2016-07-191-12/+62
|\ \ \ | |/ / |/| |
| * | debuggerd: verify that traced threads belong to the right process.Josh Gao2016-07-131-12/+62
* | | Merge changes from topic \'debuggerd_client\'Josh Gao2016-06-201-1/+1
|\ \ \ | | |/ | |/|
| * | debuggerd: add libdebuggerd_client.Josh Gao2016-06-171-1/+1
| * | Set groups before dropping privileges.Christopher Ferris2016-05-051-2/+10
| * | Fix problem with wait_for_gdb.Christopher Ferris2016-05-051-7/+58
| * | Connect to activity manager as root.Christopher Ferris2016-04-201-4/+52
* | | Merge "Set groups before dropping privileges." into nyc-devChristopher Ferris2016-05-051-2/+10
|\ \ \ | | |/ | |/|
| * | Set groups before dropping privileges.Christopher Ferris2016-05-051-2/+10
* | | Merge "Fix problem with wait_for_gdb." into nyc-devChristopher Ferris2016-05-051-7/+58
|\| |
| * | Fix problem with wait_for_gdb.Christopher Ferris2016-05-041-7/+58
* | | Connect to activity manager as root.Christopher Ferris2016-04-201-4/+52
|\| |
| * | Connect to activity manager as root.Christopher Ferris2016-04-201-4/+53
* | | debuggerd: add SIGSYS to the list of handled signals.Josh Gao2016-03-251-0/+1
|\| | | |/ |/|
| * debuggerd: add SIGSYS to the list of handled signals.Josh Gao2016-03-251-0/+1
| * debuggerd: waitpid for all children, and log the result.Josh Gao2016-03-231-1/+12
| * debuggerd: always send SIGCONT after detaching.Josh Gao2016-03-231-12/+11
| * debuggerd: don't apply timeout when wait_for_gdb is on.Josh Gao2016-03-171-3/+7
| * debuggerd: don't send SIGSTOP to crashing processes.Josh Gao2016-03-171-5/+0
| * debuggerd: monitor the worker process for failure.Josh Gao2016-03-171-45/+111