Merge "debuggerd: fix stupid typo."
This commit is contained in:
commit
b45800afa3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue