summaryrefslogtreecommitdiff
path: root/runtime/quick_exception_handler.cc
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-12-07 18:41:03 -0800
committerAndreas Gampe <agampe@google.com>2017-12-07 18:41:03 -0800
commit170331f0e44a0e07fcfe0b5932517e0500f5cd1f (patch)
tree4bb837aa3b6e19c898df23894beb61957885e985 /runtime/quick_exception_handler.cc
parent39b378ca3b4b6dc6da1651b84ee4289cd9bff0f8 (diff)
ART: Remove base/logging from heap-inl.h
Hide the single uncommon VLOG and remove the include. Fix up transitive includes. Test: m Change-Id: I917df597cb62c57040c1fb0e0079df4d95e5a658
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"