diff options
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 bd5ae85f5c..c4461fab07 100644 --- a/runtime/base/logging.h +++ b/runtime/base/logging.h @@ -296,6 +296,7 @@ struct LogVerbosity { bool startup; bool third_party_jni; // Enabled with "-verbose:third-party-jni". bool threads; + bool signals; }; extern LogVerbosity gLogVerbosity; |