diff options
Diffstat (limited to 'runtime/stack.cc')
-rw-r--r-- | runtime/stack.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/stack.cc b/runtime/stack.cc index 792da88a63..3fed7c9458 100644 --- a/runtime/stack.cc +++ b/runtime/stack.cc @@ -16,6 +16,8 @@ #include "stack.h" +#include "android-base/stringprintf.h" + #include "arch/context.h" #include "art_method-inl.h" #include "base/enums.h" @@ -39,6 +41,8 @@ namespace art { +using android::base::StringPrintf; + static constexpr bool kDebugStackWalk = false; mirror::Object* ShadowFrame::GetThisObject() const { |