summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2016-07-06 13:12:14 -0500
committerMark Salyzyn2016-07-06 13:16:07 -0500
commit9cfd1c6ebc613830ce8c0f427a3c3e53dfc7f34f (patch)
treec38ef80cee9e3e6a9aedba08f7fa5575d658d264 /include/log
parent80beb506cf84410608a006cef70198919e0808b7 (diff)
downloadplatform-system-core-9cfd1c6ebc613830ce8c0f427a3c3e53dfc7f34f.tar.gz
platform-system-core-9cfd1c6ebc613830ce8c0f427a3c3e53dfc7f34f.tar.xz
platform-system-core-9cfd1c6ebc613830ce8c0f427a3c3e53dfc7f34f.zip
logcat: format verbs and adverbs
Bug: 29916087 Change-Id: I039c95b9dc0aa88f1219121513899934381453ae
Diffstat (limited to 'include/log')
-rw-r--r--include/log/logprint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/log/logprint.h b/include/log/logprint.h
index 539d1dcff..1bc1f7241 100644
--- a/include/log/logprint.h
+++ b/include/log/logprint.h
@@ -27,6 +27,7 @@ extern "C" {
27#endif 27#endif
28 28
29typedef enum { 29typedef enum {
30 /* Verbs */
30 FORMAT_OFF = 0, 31 FORMAT_OFF = 0,
31 FORMAT_BRIEF, 32 FORMAT_BRIEF,
32 FORMAT_PROCESS, 33 FORMAT_PROCESS,
@@ -36,7 +37,7 @@ typedef enum {
36 FORMAT_TIME, 37 FORMAT_TIME,
37 FORMAT_THREADTIME, 38 FORMAT_THREADTIME,
38 FORMAT_LONG, 39 FORMAT_LONG,
39 /* The following are modifiers to above formats */ 40 /* Adverbs. The following are modifiers to above format verbs */
40 FORMAT_MODIFIER_COLOR, /* converts priority to color */ 41 FORMAT_MODIFIER_COLOR, /* converts priority to color */
41 FORMAT_MODIFIER_TIME_USEC, /* switches from msec to usec time precision */ 42 FORMAT_MODIFIER_TIME_USEC, /* switches from msec to usec time precision */
42 FORMAT_MODIFIER_PRINTABLE, /* converts non-printable to printable escapes */ 43 FORMAT_MODIFIER_PRINTABLE, /* converts non-printable to printable escapes */