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

Commit 63f25aa3 authored by Yabin Cui's avatar Yabin Cui Committed by Gerrit Code Review
Browse files

Merge "libprocinfo: remove error msg for unknown process state."

parents 5e3e7652 1c22b4fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ static ProcessState parse_state(const char* state) {
    case 'Z':
      return kProcessStateZombie;
    default:
      LOG(ERROR) << "unknown process state: " << *state;
      return kProcessStateUnknown;
  }
}