Home
last modified time | relevance | path

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

/system/logging/liblog/include/log/
Dlogprint.h43 FORMAT_MODIFIER_PRINTABLE, /* converts non-printable to printable escapes */ enumerator
/system/logging/liblog/
Dlogprint.cpp266 case FORMAT_MODIFIER_PRINTABLE: in android_log_setPrintFormat()
319 else if (!strcmp(formatString, "printable")) format = FORMAT_MODIFIER_PRINTABLE; in android_log_formatFromString()