diff options
Diffstat (limited to 'debuggerd/crash_dump.cpp')
| -rw-r--r-- | debuggerd/crash_dump.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debuggerd/crash_dump.cpp b/debuggerd/crash_dump.cpp index 82ba0a18e..437450c05 100644 --- a/debuggerd/crash_dump.cpp +++ b/debuggerd/crash_dump.cpp @@ -48,7 +48,6 @@ #define ATRACE_TAG ATRACE_TAG_BIONIC #include <utils/Trace.h> -#include <unwindstack/DexFiles.h> #include <unwindstack/JitDebug.h> #include <unwindstack/Maps.h> #include <unwindstack/Memory.h> @@ -567,7 +566,7 @@ int main(int argc, char** argv) { // TODO: Use seccomp to lock ourselves down. unwindstack::UnwinderFromPid unwinder(256, vm_pid); - if (!unwinder.Init(unwindstack::Regs::CurrentArch())) { + if (!unwinder.Init()) { LOG(FATAL) << "Failed to init unwinder object."; } |
