diff options
author | Christopher Ferris <cferris@google.com> | 2017-02-01 15:44:40 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2017-03-09 12:27:16 -0800 |
commit | 3958f8060ac0adccd977c0fab7a53d45f3fce58d (patch) | |
tree | cd01b1ab589fcc42479147ad1806b16f8fee8ce0 /libunwindstack/tests/MemoryRangeTest.cpp | |
parent | e88882e16e3fa5820e9e768fdceb7aa84f8256fc (diff) |
Elf interface for new unwinder.
This cl includes the code to read arm unwind information from a shared
library.
Bug: 23762183
Test: Passes all unit tests. I can dump the arm unwind information
Test: for an arm shared library.
Change-Id: I43501ea2eab843b81de8bd5128401dd1971af8d3
Diffstat (limited to 'libunwindstack/tests/MemoryRangeTest.cpp')
-rw-r--r-- | libunwindstack/tests/MemoryRangeTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libunwindstack/tests/MemoryRangeTest.cpp b/libunwindstack/tests/MemoryRangeTest.cpp index fcae3a4c4..d636ec497 100644 --- a/libunwindstack/tests/MemoryRangeTest.cpp +++ b/libunwindstack/tests/MemoryRangeTest.cpp @@ -23,13 +23,11 @@ #include "Memory.h" -#include "LogFake.h" #include "MemoryFake.h" class MemoryRangeTest : public ::testing::Test { protected: void SetUp() override { - ResetLogs(); memory_ = new MemoryFake; } |