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

Commit 0efc3585 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "[libbacktrace] Modernize code to use override keyword" am: 9b1f1ee4

am: 280caf2e

Change-Id: I018e4dc5e1d2703061d7813625e45107e2d3e8d1
parents 5111b8f0 280caf2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ class UnwindStackOffline : public Backtrace {

  bool Unwind(size_t num_ignore_frames, void* context) override;

  std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset);
  std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) override;

  size_t Read(uint64_t addr, uint8_t* buffer, size_t bytes) override;