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

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

debuggerd: fix `debuggerd -b <pid>`

am: b53f903c

Change-Id: I1debdd851ae51a5e9aeeca9f7c7f970518c17283
parents d78eb9cd b53f903c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,7 @@ int main(int argc, char** argv) {
  bool fatal_signal = signo != DEBUGGER_SIGNAL;
  std::set<pid_t> siblings;
  std::set<pid_t> attached_siblings;
  if (fatal_signal) {
  if (fatal_signal || backtrace) {
    if (!android::procinfo::GetProcessTids(target, &siblings)) {
      PLOG(FATAL) << "failed to get process siblings";
    }