summaryrefslogtreecommitdiff
path: root/libartbase/base/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'libartbase/base/logging.h')
-rw-r--r--libartbase/base/logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libartbase/base/logging.h b/libartbase/base/logging.h
index 9d83e51058..47c66bc48e 100644
--- a/libartbase/base/logging.h
+++ b/libartbase/base/logging.h
@@ -56,6 +56,7 @@ struct LogVerbosity {
bool systrace_lock_logging; // Enabled with "-verbose:sys-locks".
bool agents;
bool dex; // Some dex access output etc.
+ bool plugin; // Used by some plugins.
};
// Global log verbosity setting, initialized by InitLogging.