From a50f61f8fa903117a6df82d164628de310f16ae9 Mon Sep 17 00:00:00 2001 From: Jerome Gaillard Date: Tue, 26 Jan 2021 12:40:51 +0000 Subject: [PATCH] Revert "Fix build breakage." This reverts commit 675cb30f05907f6c509815365c9af58a8671fe4e. Reason for revert: b/178455196, Broken test: android.seccomp.cts.SeccompHostJUnit4DeviceTest#testAppZygoteSyscalls on git_master on cf_x86_64_phone-userdebug Change-Id: I82d228f2bc3e6b426d4703732e1c8766815ccc97 --- debuggerd/libdebuggerd/tombstone_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuggerd/libdebuggerd/tombstone_proto.cpp b/debuggerd/libdebuggerd/tombstone_proto.cpp index 801b11242..17e401e25 100644 --- a/debuggerd/libdebuggerd/tombstone_proto.cpp +++ b/debuggerd/libdebuggerd/tombstone_proto.cpp @@ -447,7 +447,7 @@ void engrave_tombstone_proto(Tombstone* tombstone, unwindstack::Unwinder* unwind if (process_info.has_fault_address) { sig.set_has_fault_address(true); - sig.set_fault_address(process_info.untagged_fault_address); + sig.set_fault_address(process_info.fault_address); } *result.mutable_signal_info() = sig;