summaryrefslogtreecommitdiff
path: root/runtime/quick_exception_handler.cc
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-12-08 19:28:07 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-12-08 19:28:07 +0000
commit8f1a586fd4ac9796e75b2b18638e39b33ad6e9a2 (patch)
treef1970c938487dbd9e773619804612ac824b0721c /runtime/quick_exception_handler.cc
parent2ba3557b6d2ea65956f7a98e6f0fd921f35792a5 (diff)
parent170331f0e44a0e07fcfe0b5932517e0500f5cd1f (diff)
Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672
* changes: ART: Remove base/logging from heap-inl.h ART: Factor out gAborting ART: Move runtime-debug flags to own files ART: Replace base/logging with android-base/logging
Diffstat (limited to 'runtime/quick_exception_handler.cc')
-rw-r--r--runtime/quick_exception_handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc
index f94923e065..a7771abc26 100644
--- a/runtime/quick_exception_handler.cc
+++ b/runtime/quick_exception_handler.cc
@@ -19,6 +19,7 @@
#include "arch/context.h"
#include "art_method-inl.h"
#include "base/enums.h"
+#include "base/logging.h" // For VLOG_IS_ON.
#include "dex_file_types.h"
#include "dex_instruction.h"
#include "entrypoints/entrypoint_utils.h"