8144016: Add the gc tag to the logging framework

Reviewed-by: mlarsson, sjohanss
This commit is contained in:
Bengt Rutisson 2015-11-25 13:39:52 +01:00
parent e8c5bc2024
commit 8d0a8065f1

View File

@ -32,6 +32,7 @@
// not be used in log calls, and should not be listed below.)
#define LOG_TAG_LIST \
LOG_TAG(defaultmethods) \
LOG_TAG(gc) \
LOG_TAG(logging) \
LOG_TAG(safepoint)