diff options
author | 2015-12-16 07:28:27 -0800 | |
---|---|---|
committer | 2015-12-16 07:28:27 -0800 | |
commit | 1660132f6885de43ee469c38aefc8214b48d89bd (patch) | |
tree | 5b828a40c6a4342e4a3fbe995560df014db8fa81 /runtime/parsed_options.cc | |
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/parsed_options.cc')
-rw-r--r-- | runtime/parsed_options.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/parsed_options.cc b/runtime/parsed_options.cc index 5b1061087d..2b92303fe2 100644 --- a/runtime/parsed_options.cc +++ b/runtime/parsed_options.cc @@ -399,6 +399,7 @@ static void MaybeOverrideVerbosity() { // gLogVerbosity.oat = true; // TODO: don't check this in! // gLogVerbosity.profiler = true; // TODO: don't check this in! // gLogVerbosity.signals = true; // TODO: don't check this in! + // gLogVerbosity.simulator = true; // TODO: don't check this in! // gLogVerbosity.startup = true; // TODO: don't check this in! // gLogVerbosity.third_party_jni = true; // TODO: don't check this in! // gLogVerbosity.threads = true; // TODO: don't check this in! |