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

Commit baa2ffe2 authored by Josh Gao's avatar Josh Gao Committed by Gerrit Code Review
Browse files

Merge "Fix build breakage."

parents 6bf6a9fc 675cb30f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.fault_address);
    sig.set_fault_address(process_info.untagged_fault_address);
  }

  *result.mutable_signal_info() = sig;