summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* debuggerd_handler: don't dump PR_NO_NEW_PRIVS processes.Josh Gao2017-01-251-0/+7
* debuggerd_handler: don't resend nonfatal signals when not dumping.Josh Gao2017-01-251-6/+8
* crash_dump: properly dump when we can't talk to tombstoned.Josh Gao2017-01-241-1/+2
* Merge "Replaced include log/logger.h with log/log.h in debuggerd"Vijay Venkatraman2017-01-241-1/+1
|\
| * Replaced include log/logger.h with log/log.h in debuggerdVijay Venkatraman2017-01-231-1/+1
* | tombstoned: silence spurious error messages.Josh Gao2017-01-231-1/+7
* | Actually don't start tombstoned until /data is mounted.Josh Gao2017-01-231-0/+3
* | debuggerd_handler: add SIGSYS to the list of handled signals.Josh Gao2017-01-231-0/+1
* | debuggerd_handler: properly crash when PR_GET_DUMPABLE is 0.Josh Gao2017-01-232-47/+85
* | crash_dump: set a watchdog timer.Josh Gao2017-01-232-39/+31
* | crash_dump: switch to PTRACE_SEIZE.Josh Gao2017-01-231-7/+13
* | crash_dump: clear the default crash handlers.Josh Gao2017-01-233-12/+25
* | crash_dump: remove extra log.Josh Gao2017-01-231-2/+0
* | debuggerd_handler: actually wait for pseudothread to exit.Josh Gao2017-01-231-9/+13
|/
* Merge "init: don't start tombstoned until /data is mounted."Treehugger Robot2017-01-201-2/+0
|\
| * init: don't start tombstoned until /data is mounted.Josh Gao2017-01-201-2/+0
* | Merge "crash_dump: don't abort if we fail to attach a sibling."Josh Gao2017-01-201-15/+15
|\ \
| * | crash_dump: don't abort if we fail to attach a sibling.Josh Gao2017-01-201-15/+15
| |/
* / Fix a call to openat with incorrect argumentsGeorge Burgess IV2017-01-191-1/+1
|/
* debuggerd: advance our amazing bet.Josh Gao2017-01-1761-1786/+2395
* liblog: use log/log.h for ALOG macrosMark Salyzyn2017-01-121-1/+1
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-1111-12/+12
* Improve crasher.Elliott Hughes2016-12-142-126/+120
* Merge "debuggerd: Dump list of open files on process crash."Richard Uhler2016-11-308-10/+183
|\
| * Merge "debuggerd: Dump list of open files on process crash."Treehugger Robot2016-11-308-10/+183
| |\
| | * debuggerd: Dump list of open files on process crash.Richard Uhler2016-11-218-10/+183
* | | Merge "system/core: replace EVENT_TAG_MAP_FILE with NULL"Mark Salyzyn2016-11-291-1/+1
|\| |
| * | system/core: replace EVENT_TAG_MAP_FILE with NULLMark Salyzyn2016-11-211-1/+1
* | | Merge "crasher: add option to wait for input before crashing."Josh Gao2016-11-111-1/+7
|\| |
| * | crasher: add option to wait for input before crashing.Josh Gao2016-11-111-1/+7
| |/
* | Merge "fix regression from android_lookupEventTag_len()"Mark Salyzyn2016-10-241-2/+2
|\|
| * fix regression from android_lookupEventTag_len()Mark Salyzyn2016-10-241-2/+2
* | Merge "system/core: preparation to pull back interfaces from android/log.h"Mark Salyzyn2016-10-207-2/+27
|\|
| * system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-207-2/+27
* | debuggerd: use __android_log_is_debuggable()Mark Salyzyn2016-10-182-4/+3
|\|
| * debuggerd: use __android_log_is_debuggable()Mark Salyzyn2016-10-142-4/+3
* | Merge "Rely on the platform -std default." am: 955648a915Elliott Hughes2016-10-131-1/+0
|\|
| * Merge "Rely on the platform -std default."Treehugger Robot2016-10-131-1/+0
| |\
| | * Rely on the platform -std default.Elliott Hughes2016-10-101-1/+0
* | | Merge commit 'd3896c106d6a6e4d461be658a9e66efbde31f28d' into nyc-dev-plus-aospJosh Gao2016-10-104-13/+91
|\| |
| * | debuggerd: report crashes even when out of file descriptors.Josh Gao2016-10-074-13/+91
| |/
* | Merge "system/core: drop or replace log/logger.h" am: 1f90485804Mark Salyzyn2016-10-044-7/+3
|\|
| * system/core: drop or replace log/logger.hMark Salyzyn2016-10-044-7/+3
* | system/core Replace log/log.h with android/log.h am: ff2dcd9af9Mark Salyzyn2016-09-3012-27/+24
|\|
| * system/core Replace log/log.h with android/log.hMark Salyzyn2016-09-3012-27/+24
* | system/core Replace cutils/log.h with android/log.h am: 66ce3e08c5Mark Salyzyn2016-09-301-7/+9
|\|
| * system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-301-7/+9
* | Merge "Fix debuggerd argument parsing." am: 99ed65234cElliott Hughes2016-09-161-21/+17
|\|
| * Fix debuggerd argument parsing.Elliott Hughes2016-09-151-21/+17
* | Merge "Teach debuggerd about SIGSYS SYS_SECCOMP signals." am: 44d7a87621Elliott Hughes2016-09-072-0/+12
|\|