summaryrefslogtreecommitdiffstats
path: root/debuggerd
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary SELinux dependenciesNick Kralevich2017-07-012-2/+0
* debuggerd: diagnostics for dumps that are guaranteed to fail.Josh Gao2017-06-272-0/+20
* Merge "Allow configuration of the number of tombstones."Elliott Hughes2017-06-271-42/+40
|\
| * Allow configuration of the number of tombstones.Elliott Hughes2017-06-261-42/+40
* | Merge "tombstoned: Improve message on java trace completion."Narayan Kamath2017-06-231-1/+8
|\ \
| * | tombstoned: Improve message on java trace completion.Narayan Kamath2017-06-221-1/+8
* | | Debuggerd: Extend crash_dump timeout to 5 secondsAndreas Gampe2017-06-221-1/+4
* | | Debuggerd: Fix debuggerd_testAndreas Gampe2017-06-221-3/+3
* | | Merge "crash_dump: lower THREAD_COUNT in debuggerd_client.race for low-speed ...Jaesung Chung2017-06-231-1/+14
|\ \ \ | |_|/ |/| |
| * | crash_dump: lower THREAD_COUNT in debuggerd_client.race for low-speed devicesJaesung Chung2017-06-231-1/+14
* | | Merge "tombstoned: change path for traces from "anr_" to "trace_""Narayan Kamath2017-06-221-1/+1
|\ \ \
| * | | tombstoned: change path for traces from "anr_" to "trace_"Narayan Kamath2017-06-211-1/+1
| | |/ | |/|
* / | Decode ptrace-induced SIGTRAP si_code values.Elliott Hughes2017-06-211-0/+20
|/ /
* / debuggerd_test: find backtrace frame in all lines in CrasherTestJaesung Chung2017-06-161-6/+10
|/
* Merge "Revert "crash_dump: defer pausing threads until we're ready.""Josh Gao2017-06-132-31/+26
|\
| * Revert "crash_dump: defer pausing threads until we're ready."Josh Gao2017-06-132-31/+26
* | Merge "tombstoned: log where we're writing the tombstone."Treehugger Robot2017-06-131-11/+18
|\ \
| * | tombstoned: log where we're writing the tombstone.Josh Gao2017-06-121-11/+18
* | | Merge changes Id7ab0464,Ic2a212beTreehugger Robot2017-06-122-26/+61
|\ \ \ | | |/ | |/|
| * | crash_dump: defer pausing threads until we're ready.Josh Gao2017-06-072-26/+31
| * | crash_dump: add tracing.Josh Gao2017-06-071-28/+58
| |/
* / tombstoned: turn on java trace support + unit tests.Narayan Kamath2017-06-072-7/+77
|/
* debuggerd_client: increase pipe buffer size to max.Josh Gao2017-06-012-0/+18
* crash_dump: don't notify ActivityManager if it crashed.Josh Gao2017-06-011-3/+8
* crash_dump: clear the signal mask.Josh Gao2017-06-011-2/+7
* tombstoned: allow intercepts for java traces.Narayan Kamath2017-05-3116-90/+237
* tombstoned: Add a shared library version of libtombstoned_client...Narayan Kamath2017-05-2214-30/+53
* tombstoned: Support java trace dumps.Narayan Kamath2017-05-185-90/+180
* Merge changes I0ff1fc5c,I7a23d3bfJosh Gao2017-05-104-27/+47
|\
| * libdebuggerd: print the build fingerprint in fallback.Josh Gao2017-05-081-0/+2
| * libdebuggerd: implement fallback register dumping on arm/aarch64.Josh Gao2017-05-084-27/+45
* | Remove not-used dependency in crash_dumpChenjie Luo2017-05-082-2/+0
* | Merge "debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id."Josh Gao2017-05-082-8/+50
|\|
| * debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id.Josh Gao2017-05-052-8/+50
* | Turn off debuggerd for host bionicDan Willemsen2017-05-071-1/+0
|/
* Move libc_logging to libasync_safe.Christopher Ferris2017-05-025-61/+63
* debuggerd_handler: don't assume that abort message implies fatal.Josh Gao2017-04-272-7/+38
* Merge "crash_dump: during early boot, output to kmsg on userdebug."Josh Gao2017-04-101-1/+45
|\
| * crash_dump: during early boot, output to kmsg on userdebug.Josh Gao2017-04-061-1/+45
* | check send_signal result before further dealingLiu Changcheng2017-04-061-1/+3
|/
* Merge changes Ib8369088,I743433bcJosh Gao2017-04-054-12/+34
|\
| * debuggerd_test: remove useless pipe.Josh Gao2017-04-041-3/+0
| * debuggerd_client: fix infinite timeouts.Josh Gao2017-04-043-9/+34
* | debuggerd_test: add test for process/thread names.Josh Gao2017-04-031-0/+2
|/
* tombstoned: add tests for b/36685795.Josh Gao2017-03-302-1/+98
* tombstoned: fix a race between intercept and crash_dump.Josh Gao2017-03-304-55/+99
* tombstoned: refactor request dequeuing a bit.Josh Gao2017-03-301-7/+11
* tombstoned: don't increment num_concurrent_dumps until success.Josh Gao2017-03-301-2/+2
* Merge "debuggerd_client: properly wait for completion."Treehugger Robot2017-03-283-16/+167
|\
| * debuggerd_client: properly wait for completion.Josh Gao2017-03-273-16/+167