summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-09-12 20:08:47 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-12 20:08:47 +0000
commitabc75368a892bf2fa973a19e439e1b565c753ce2 (patch)
tree2710617775b7af1c1ed82192288ee6689de0dbd2 /include
parentfdf93c06317f6d63e72aa1105777a248b9679e84 (diff)
parente70851f8a8aa4c9dfaa442abf812c283ba8d8b6f (diff)
downloadsystem_core-abc75368a892bf2fa973a19e439e1b565c753ce2.zip
system_core-abc75368a892bf2fa973a19e439e1b565c753ce2.tar.gz
system_core-abc75368a892bf2fa973a19e439e1b565c753ce2.tar.bz2
am e70851f8: am f9b9693b: Merge "liblog: logcat: colored output."
* commit 'e70851f8a8aa4c9dfaa442abf812c283ba8d8b6f': liblog: logcat: colored output.
Diffstat (limited to 'include')
-rw-r--r--include/log/logprint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log/logprint.h b/include/log/logprint.h
index 481c96e..1e42b47 100644
--- a/include/log/logprint.h
+++ b/include/log/logprint.h
@@ -36,6 +36,7 @@ typedef enum {
FORMAT_TIME,
FORMAT_THREADTIME,
FORMAT_LONG,
+ FORMAT_COLOR,
} AndroidLogPrintFormat;
typedef struct AndroidLogFormat_t AndroidLogFormat;