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

Commit 8efcd632 authored by David Srbecky's avatar David Srbecky
Browse files

Adjust to MapInfo to new api.

Change-Id: Ic3818a8b001657e6b54ba6fcbf68f8c1d7ef2683
parent 3bb971dc
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;
    }
  }
};