summaryrefslogtreecommitdiff
path: root/debuggerd/libdebuggerd/tombstone.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-04 02:09:18 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-04 02:09:18 +0000
commitb06b355cb1595a2a6ccbd73aa7948629540d6daa (patch)
treed2f4d516636f3381bc6acefbf74fdc33eff96380 /debuggerd/libdebuggerd/tombstone.cpp
parent9b11e5d09816c9df1d7c48c8e634d3593dead46e (diff)
parenta60a52c1e851b3cd45464709830c4225022814d8 (diff)
Snap for 7183400 from a60a52c1e851b3cd45464709830c4225022814d8 to sc-release
Change-Id: If9672174754b6ed303c42a24d35e4f2d7ebe7b15
Diffstat (limited to 'debuggerd/libdebuggerd/tombstone.cpp')
-rw-r--r--debuggerd/libdebuggerd/tombstone.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/debuggerd/libdebuggerd/tombstone.cpp b/debuggerd/libdebuggerd/tombstone.cpp
index c1a59d85c..ca68212b7 100644
--- a/debuggerd/libdebuggerd/tombstone.cpp
+++ b/debuggerd/libdebuggerd/tombstone.cpp
@@ -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);