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

am: 280caf2e20

Change-Id: I018e4dc5e1d2703061d7813625e45107e2d3e8d1
This commit is contained in:
Yi Kong 2019-03-25 13:19:30 -07:00 committed by android-build-merger
commit 0efc3585d6

View file

@ -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;