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:
Josh Gao 2016-03-26 01:16:25 +00:00 committed by android-build-merger
commit dac593937f

View file

@ -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;