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

am: 9b1f1ee4cc

Change-Id: I22432cdea88210e32f4f5b5cc83cdd275f1cd0cd
This commit is contained in:
Yi Kong 2019-03-25 13:13:30 -07:00 committed by android-build-merger
commit 280caf2e20

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;