diff options
author | Mark Salyzyn <salyzyn@google.com> | 2014-09-12 20:08:47 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-09-12 20:08:47 +0000 |
commit | abc75368a892bf2fa973a19e439e1b565c753ce2 (patch) | |
tree | 2710617775b7af1c1ed82192288ee6689de0dbd2 /include | |
parent | fdf93c06317f6d63e72aa1105777a248b9679e84 (diff) | |
parent | e70851f8a8aa4c9dfaa442abf812c283ba8d8b6f (diff) | |
download | system_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.h | 1 |
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; |