summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Stop asking for old versions of C++ in system/core." am: e61e2fcf21 am...Elliott Hughes2017-08-021-1/+0
|\
| * Stop asking for old versions of C++ in system/core.Elliott Hughes2017-08-021-1/+0
* | Merge "Cleanup the libbacktrace interface a bit." am: e3d470b81d am: 011f61f39dChristopher Ferris2017-07-192-72/+72
|\|
| * Cleanup the libbacktrace interface a bit.Christopher Ferris2017-07-192-72/+72
* | Merge "crasher: add a case that leaks until OOM-kill." am: f610d6db82 am: 0cb...Josh Gao2017-07-131-1/+11
|\|
| * crasher: add a case that leaks until OOM-kill.Josh Gao2017-07-131-1/+11
* | Merge "Remove unnecessary SELinux dependencies" am: 22de50d351 am: e9b9b10c58Nick Kralevich2017-07-012-2/+0
|\|
| * Remove unnecessary SELinux dependenciesNick Kralevich2017-07-012-2/+0
* | Merge changes I5c6bf2a5,I20a337bb am: 7f81b2af61 am: 14e36421dbJosh Gao2017-06-272-0/+20
|\|
| * debuggerd: diagnostics for dumps that are guaranteed to fail.Josh Gao2017-06-272-0/+20
* | Merge "Allow configuration of the number of tombstones." am: 3e8d923276 am: 2...Elliott Hughes2017-06-271-42/+40
|\|
| * 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 "Revert "crash_dump: during early boot, output to kmsg on userdebug."" ...Jeff Vander Stoep2017-06-231-45/+1
|\ \ \ | |/ / |/| |
| * | Merge "Revert "crash_dump: during early boot, output to kmsg on userdebug."" ...TreeHugger Robot2017-06-231-45/+1
| |\ \
| | * | Revert "crash_dump: during early boot, output to kmsg on userdebug."Jeff Vander Stoep2017-06-231-45/+1
| * | | Debuggerd: Fix debuggerd_testAndreas Gampe2017-06-231-3/+3
| * | | Debuggerd: Extend crash_dump timeout to 5 secondsAndreas Gampe2017-06-231-1/+4
| |\ \ \ | | |/ / | |/| |
| | * | Debuggerd: Extend crash_dump timeout to 5 secondsAndreas Gampe2017-06-231-1/+4
| | * | tombstoned: log where we're writing the tombstone.Josh Gao2017-06-121-10/+14
| | * | 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-1/+7
| | * | libdebuggerd: print the build fingerprint in fallback.Josh Gao2017-05-101-0/+2
| | * | libdebuggerd: implement fallback register dumping on arm/aarch64.Josh Gao2017-05-104-27/+45
| | * | debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id.Josh Gao2017-05-102-8/+50
| | * | debuggerd_handler: don't assume that abort message implies fatal.Josh Gao2017-04-272-7/+38
| | * | 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
| * | | tombstoned: log where we're writing the tombstone.Josh Gao2017-06-131-11/+18
* | | | 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-221-1/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | crash_dump: lower THREAD_COUNT in debuggerd_client.race for low-speed devicesJaesung Chung2017-06-221-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-121-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
|\ \ \ \ | | |/ / | |/| |