debuggerd: add SIGSYS to the list of handled signals.
am: dfa163d
* commit 'dfa163df500ca71b71be315aa55e8859c946d0fb':
debuggerd: add SIGSYS to the list of handled signals.
This commit is contained in:
commit
dac593937f
1 changed files with 1 additions and 0 deletions
|
|
@ -415,6 +415,7 @@ static bool perform_dump(const debugger_request_t& request, int fd, int tombston
|
|||
#ifdef SIGSTKFLT
|
||||
case SIGSTKFLT:
|
||||
#endif
|
||||
case SIGSYS:
|
||||
case SIGTRAP:
|
||||
ALOGV("stopped -- fatal signal\n");
|
||||
*crash_signal = signal;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue