Reserve a realtime signal for debuggerd.
am: f8a6d4745d
Change-Id: If7eced969434e50beec04625c905ef374cdcdfb1
This commit is contained in:
commit
3d8c6aa3a1
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@
|
|||
// POSIX timers use __SIGRTMIN + 0.
|
||||
// libbacktrace uses __SIGRTMIN + 1.
|
||||
// libcore uses __SIGRTMIN + 2.
|
||||
// __SIGRTMIN + 3 is reserved for triggering native stack dumps.
|
||||
|
||||
int __libc_current_sigrtmin(void) {
|
||||
return __SIGRTMIN + 3;
|
||||
return __SIGRTMIN + 4;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue