Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ef2c6a2 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

debuggerd: fix stupid typo.

am: a951f4ca

* commit 'a951f4ca':
  debuggerd: fix stupid typo.
parents 90c307bc a951f4ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }