Cleanup for #inclusivefixit.
Bug: 161896447 Test: NA Change-Id: I8bc5b4be29f91b1884017aa3b4f28d91d9cac419
This commit is contained in:
parent
c69d79fe77
commit
4f7a0f8c7c
1 changed files with 1 additions and 1 deletions
|
@ -1584,7 +1584,7 @@ static void UnwindFromDevice(Backtrace* backtrace, void* device_map) {
|
|||
// Verify the flag is set.
|
||||
ASSERT_EQ(PROT_DEVICE_MAP, map.flags & PROT_DEVICE_MAP);
|
||||
|
||||
// Quick sanity checks.
|
||||
// Quick basic checks of functionality.
|
||||
uint64_t offset;
|
||||
ASSERT_EQ(std::string(""), backtrace->GetFunctionName(device_map_uint, &offset));
|
||||
ASSERT_EQ(std::string(""), backtrace->GetFunctionName(device_map_uint, &offset, &map));
|
||||
|
|
Loading…
Reference in a new issue