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

Commit 8255631f authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Adjust to MapInfo to new api."

parents b0db51d3 8efcd632
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ class UnwinderMock : public unwindstack::Unwinder {
    unwindstack::MapInfo* map_info = GetMaps()->Find(offset);
    if (map_info != nullptr) {
      std::string* new_build_id = new std::string(build_id);
      map_info->build_id = reinterpret_cast<uintptr_t>(new_build_id);
      map_info->build_id = new_build_id;
    }
  }
};