summaryrefslogtreecommitdiff
path: root/runtime/base/logging.h
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2015-12-16 07:28:27 -0800
committer android-build-merger <android-build-merger@google.com> 2015-12-16 07:28:27 -0800
commit1660132f6885de43ee469c38aefc8214b48d89bd (patch)
tree5b828a40c6a4342e4a3fbe995560df014db8fa81 /runtime/base/logging.h
parented962f1897bf1293c2138ebbb88b73e6ee2d1636 (diff)
parent4741516396e9dbfb3afc2c1d8241a7e4e26a6302 (diff)
Merge "Revert "Revert "Introduce support for hardware simulators, starting with ARM64"""
am: 4741516396 * commit '4741516396e9dbfb3afc2c1d8241a7e4e26a6302': Revert "Revert "Introduce support for hardware simulators, starting with ARM64""
Diffstat (limited to 'runtime/base/logging.h')
-rw-r--r--runtime/base/logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/base/logging.h b/runtime/base/logging.h
index 2cd1a4de9f..115c26073d 100644
--- a/runtime/base/logging.h
+++ b/runtime/base/logging.h
@@ -48,6 +48,7 @@ struct LogVerbosity {
bool oat;
bool profiler;
bool signals;
+ bool simulator;
bool startup;
bool third_party_jni; // Enabled with "-verbose:third-party-jni".
bool threads;