From df2906186b6952c57b1f662bfef0b65c9f8c2e0d Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 22 Jan 2014 19:21:07 -0800 Subject: Re-enable libunwind for arm. Update to handle the new optimized way that libunwind works. In addition, a small refactor of the BacktraceMap code. A few new tests of for good measure. Change-Id: I2f9b4f5ad5a0dfe907b31febee76e4b9b94fb76f --- libbacktrace/BacktraceThread.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libbacktrace/BacktraceThread.cpp') diff --git a/libbacktrace/BacktraceThread.cpp b/libbacktrace/BacktraceThread.cpp index 9953dc1..5ffe516 100644 --- a/libbacktrace/BacktraceThread.cpp +++ b/libbacktrace/BacktraceThread.cpp @@ -180,10 +180,6 @@ bool BacktraceThread::TriggerUnwindOnThread(ThreadEntry* entry) { } bool BacktraceThread::Unwind(size_t num_ignore_frames) { - if (!thread_intf_->Init()) { - return false; - } - ThreadEntry* entry = ThreadEntry::AddThreadToUnwind( thread_intf_, Pid(), Tid(), num_ignore_frames); if (!entry) { -- cgit v1.1