Revert "Fix build breakage."

This reverts commit 675cb30f05.

Reason for revert: b/178455196, Broken test: android.seccomp.cts.SeccompHostJUnit4DeviceTest#testAppZygoteSyscalls on git_master on cf_x86_64_phone-userdebug

Change-Id: I82d228f2bc3e6b426d4703732e1c8766815ccc97
This commit is contained in:
Jerome Gaillard 2021-01-26 12:40:51 +00:00
parent 675cb30f05
commit a50f61f8fa

View file

@ -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;