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

Commit 835640f2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libdebuggerd: delete unused code." am: d3ffa8ac

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1612830

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9bc5ea741d87f51ea5eac643bb94f878e41f129a
parents e8097474 d3ffa8ac
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -592,7 +592,6 @@ void engrave_tombstone_ucontext(int tombstone_fd, int proto_fd, uint64_t abort_m
  }

  ProcessInfo process_info;
  unique_fd attr_fd(open("/proc/self/attr/current", O_RDONLY | O_CLOEXEC));
  process_info.abort_msg_address = abort_msg_address;
  engrave_tombstone(unique_fd(dup(tombstone_fd)), unique_fd(dup(proto_fd)), &unwinder, threads, tid,
                    process_info, nullptr, nullptr);