diff options
Diffstat (limited to 'runtime/base/logging.h')
-rw-r--r-- | runtime/base/logging.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/base/logging.h b/runtime/base/logging.h index af2cdb3d1c..d641ae4f2b 100644 --- a/runtime/base/logging.h +++ b/runtime/base/logging.h @@ -299,7 +299,7 @@ class ToStr { // The members of this struct are the valid arguments to VLOG and VLOG_IS_ON in code, // and the "-verbose:" command line argument. struct LogVerbosity { - bool class_linker; // Enabled with "-verbose:class". + bool class_linker; // Enabled with "-verbose:class". bool compiler; bool heap; bool gc; @@ -307,7 +307,7 @@ struct LogVerbosity { bool jni; bool monitor; bool startup; - bool third_party_jni; // Enabled with "-verbose:third-party-jni". + bool third_party_jni; // Enabled with "-verbose:third-party-jni". bool threads; }; |