diff options
Diffstat (limited to 'runtime/debugger.cc')
-rw-r--r-- | runtime/debugger.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/debugger.cc b/runtime/debugger.cc index e33966617f..df4413d52c 100644 --- a/runtime/debugger.cc +++ b/runtime/debugger.cc @@ -20,6 +20,8 @@ #include <set> +#include "android-base/stringprintf.h" + #include "arch/context.h" #include "art_field-inl.h" #include "art_method-inl.h" @@ -61,6 +63,8 @@ namespace art { +using android::base::StringPrintf; + // The key identifying the debugger to update instrumentation. static constexpr const char* kDbgInstrumentationKey = "Debugger"; |