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

Commit 9b1f1ee4 authored by Yi Kong's avatar Yi Kong Committed by Gerrit Code Review
Browse files

Merge "[libbacktrace] Modernize code to use override keyword"

parents 3d2fb41f 13f2d18e
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;