From 3958f8060ac0adccd977c0fab7a53d45f3fce58d Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 1 Feb 2017 15:44:40 -0800 Subject: 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 --- libunwindstack/tests/MemoryRangeTest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'libunwindstack/tests/MemoryRangeTest.cpp') 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; } -- cgit v1.2.3