debuggerd_handler: add SIGSYS to the list of handled signals.
am: 4decbe0d6c
Change-Id: I01f3ff76051bddc16abe8b4909ffb22b62e0f372
This commit is contained in:
commit
7325c7a220
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