Home
last modified time | relevance | path

Searched refs:FORMAT_MODIFIER_COLOR (Results 1 – 2 of 2) sorted by relevance

/system/logging/liblog/include/log/
Dlogprint.h41 FORMAT_MODIFIER_COLOR, /* converts priority to color */ enumerator
/system/logging/liblog/
Dlogprint.cpp257 case FORMAT_MODIFIER_COLOR: in android_log_setPrintFormat()
315 else if (!strcmp(formatString, "color")) format = FORMAT_MODIFIER_COLOR; in android_log_formatFromString()
316 else if (!strcmp(formatString, "colour")) format = FORMAT_MODIFIER_COLOR; in android_log_formatFromString()