debuggerd: fix stupid typo.
am: a951f4c
* commit 'a951f4ca5507f43485b9efdc61570e0c5e7c7d8b':
debuggerd: fix stupid typo.
This commit is contained in:
commit
5ef2c6a2ac
|
@ -37,7 +37,7 @@ struct signal_message {
|
|||
|
||||
// Fork a process to send signals for the worker processes to use after they've dropped privileges.
|
||||
bool start_signal_sender() {
|
||||
if (signal_pid == 0) {
|
||||
if (signal_pid != 0) {
|
||||
ALOGE("debuggerd: attempted to start signal sender multiple times");
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue