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/MemoryRemoteTest.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libunwindstack/tests/MemoryRemoteTest.cpp') diff --git a/libunwindstack/tests/MemoryRemoteTest.cpp b/libunwindstack/tests/MemoryRemoteTest.cpp index 49244a50e..7664c3e00 100644 --- a/libunwindstack/tests/MemoryRemoteTest.cpp +++ b/libunwindstack/tests/MemoryRemoteTest.cpp @@ -33,14 +33,8 @@ #include "Memory.h" -#include "LogFake.h" - class MemoryRemoteTest : public ::testing::Test { protected: - void SetUp() override { - ResetLogs(); - } - static uint64_t NanoTime() { struct timespec t = { 0, 0 }; clock_gettime(CLOCK_MONOTONIC, &t); -- cgit v1.2.3