debuggerd_handler: add SIGSYS to the list of handled signals.
Bug: http://b/34586922 Test: kill -SYS $$ Change-Id: I31dadb9c65141d0c5556cc7256439e0a8d1519ab
This commit is contained in:
parent
d965fbfc9a
commit
4decbe0d6c
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ static void __attribute__((__unused__)) debuggerd_register_handlers(struct sigac
|
|||
#if defined(SIGSTKFLT)
|
||||
sigaction(SIGSTKFLT, action, nullptr);
|
||||
#endif
|
||||
sigaction(SIGSYS, action, nullptr);
|
||||
sigaction(SIGTRAP, action, nullptr);
|
||||
sigaction(DEBUGGER_SIGNAL, action, nullptr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue