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/MemoryRemoteTest.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/MemoryRemoteTest.cpp')
-rw-r--r-- | libunwindstack/tests/MemoryRemoteTest.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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); |