diff options
| author | 2017-04-03 17:56:59 +0000 | |
|---|---|---|
| committer | 2017-04-03 17:56:59 +0000 | |
| commit | 42fc455ab8bf2b762677e17e724dfcdce20b412c (patch) | |
| tree | 228f2dcaa3b5ff09d82bf4ee109ad60d2c97956e /test/911-get-stack-trace/stack_trace.cc | |
| parent | 2f113f6355afaffb85160d464b20638cd5de2179 (diff) | |
| parent | 1927f66beb916b028ef9d15d72dc3667c41e4a66 (diff) | |
Merge "ART: TI Agent test library refactor"
am: 1927f66beb
Change-Id: Ie14195b4dcd9063af20acb21e0877a2222c8a277
Diffstat (limited to 'test/911-get-stack-trace/stack_trace.cc')
| -rw-r--r-- | test/911-get-stack-trace/stack_trace.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/911-get-stack-trace/stack_trace.cc b/test/911-get-stack-trace/stack_trace.cc index 49cbb7e3c5..a499e90ad9 100644 --- a/test/911-get-stack-trace/stack_trace.cc +++ b/test/911-get-stack-trace/stack_trace.cc @@ -18,20 +18,19 @@ #include <memory> #include <stdio.h> +#include "android-base/logging.h" #include "android-base/stringprintf.h" -#include "android-base/stringprintf.h" -#include "base/logging.h" -#include "base/macros.h" #include "jni.h" #include "jvmti.h" -#include "ScopedLocalRef.h" +#include "scoped_local_ref.h" // Test infrastructure #include "jni_binder.h" #include "jni_helper.h" #include "jvmti_helper.h" #include "test_env.h" +#include "ti_macros.h" namespace art { namespace Test911GetStackTrace { |