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

Commit 675cb30f authored by Josh Gao's avatar Josh Gao
Browse files

Fix build breakage.

Test: mma
Test: treehugger
Change-Id: I2d08c9b6e7776e69ca1e7f0d83838830f3c9b15c
parent 6bf6a9fc
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;