Fix build breakage.
Test: mma Test: treehugger Change-Id: I2d08c9b6e7776e69ca1e7f0d83838830f3c9b15c
This commit is contained in:
parent
6bf6a9fc61
commit
675cb30f05
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue