diff options
Diffstat (limited to 'libartbase/base/logging.h')
-rw-r--r-- | libartbase/base/logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libartbase/base/logging.h b/libartbase/base/logging.h index 484db87b9a..68ad9fcfa3 100644 --- a/libartbase/base/logging.h +++ b/libartbase/base/logging.h @@ -38,6 +38,7 @@ struct LogVerbosity { bool deopt; bool gc; bool heap; + bool interpreter; // Enabled with "-verbose:interpreter". bool jdwp; bool jit; bool jni; |