diff options
author | 2015-12-16 07:28:27 -0800 | |
---|---|---|
committer | 2015-12-16 07:28:27 -0800 | |
commit | 1660132f6885de43ee469c38aefc8214b48d89bd (patch) | |
tree | 5b828a40c6a4342e4a3fbe995560df014db8fa81 /runtime/base/logging.h | |
parent | ed962f1897bf1293c2138ebbb88b73e6ee2d1636 (diff) | |
parent | 4741516396e9dbfb3afc2c1d8241a7e4e26a6302 (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.h | 1 |
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; |