OSDN Git Service

ART: Factor out native stack dumping
authorAndreas Gampe <agampe@google.com>
Wed, 3 Aug 2016 00:20:03 +0000 (17:20 -0700)
committerAndreas Gampe <agampe@google.com>
Fri, 5 Aug 2016 01:19:02 +0000 (18:19 -0700)
commit5dd44d0da7999ab62f09a1bf03345280811736d4
tree18dc0029caf5791b0bf831dcc6e38f623fe14eb4
parent20b975cc5c5a1f4e6f0a8e525b5d2e63abc413df
ART: Factor out native stack dumping

Move DumpNativeStack and DumpKernelStack into a new file to keep
concerns separated. Clean up the file.

In preparation for modifications to how we use addr2line.

Bug: 30351473
Test: m test-art-host
Test: manual host testing with a test that times out
Change-Id: I02d5645952fe94fd8e73bcf0522721547f6cef66
runtime/Android.mk
runtime/native_stack_dump.cc [new file with mode: 0644]
runtime/native_stack_dump.h [new file with mode: 0644]
runtime/runtime.cc
runtime/runtime_linux.cc
runtime/thread.cc
runtime/thread_list.cc
runtime/utils.cc
runtime/utils.h