diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/log/logprint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/log/logprint.h b/include/log/logprint.h index 96249e9..4b812cc 100644 --- a/include/log/logprint.h +++ b/include/log/logprint.h @@ -36,9 +36,10 @@ typedef enum { FORMAT_TIME, FORMAT_THREADTIME, FORMAT_LONG, - /* The following two are modifiers to above formats */ + /* The following three are modifiers to above formats */ FORMAT_MODIFIER_COLOR, /* converts priority to color */ FORMAT_MODIFIER_TIME_USEC, /* switches from msec to usec time precision */ + FORMAT_MODIFIER_PRINTABLE, /* converts non-printable to printable escapes */ } AndroidLogPrintFormat; typedef struct AndroidLogFormat_t AndroidLogFormat; |