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

Commit 40f5e77c authored by David Srbecky's avatar David Srbecky Committed by Automerger Merge Worker
Browse files

Merge "Adjust libunwindstack MapInfo API" am: 3b217cb7 am: 989f077d am: 5a36cc42

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1651767

Change-Id: If154fecec57bd07ba28c8afe338831b742746e0b
parents a8c7f732 5a36cc42
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -33,8 +33,7 @@ class UnwinderMock : public unwindstack::Unwinder {
  void MockSetBuildID(uint64_t offset, const std::string& build_id) {
    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 = new_build_id;
      map_info->SetBuildID(std::string(build_id));
    }
  }
};