summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-02-26 17:42:31 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-26 17:42:31 +0000
commit75a2283d6b80685b25f1d1f26d02851a7ed7c72a (patch)
tree7a3721fb499f65b3ff0b54507d00a6a59c9c9efb /include
parent5c09ad18dc630609dfe07970c969f2a456a0f53f (diff)
parent8c52e3b79f8ca9ccef5d562f16a0c275f58b8538 (diff)
downloadsystem_core-75a2283d6b80685b25f1d1f26d02851a7ed7c72a.zip
system_core-75a2283d6b80685b25f1d1f26d02851a7ed7c72a.tar.gz
system_core-75a2283d6b80685b25f1d1f26d02851a7ed7c72a.tar.bz2
am 8c52e3b7: am d851c80f: am ae19b631: Merge "liblog: add pstore read"
* commit '8c52e3b79f8ca9ccef5d562f16a0c275f58b8538': liblog: add pstore read
Diffstat (limited to 'include')
-rw-r--r--include/log/logger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log/logger.h b/include/log/logger.h
index 570f02b..f030dab 100644
--- a/include/log/logger.h
+++ b/include/log/logger.h
@@ -159,6 +159,7 @@ int android_logger_set_prune_list(struct logger_list *logger_list,
#define ANDROID_LOG_RDWR O_RDWR
#define ANDROID_LOG_ACCMODE O_ACCMODE
#define ANDROID_LOG_NONBLOCK O_NONBLOCK
+#define ANDROID_LOG_PSTORE 0x80000000
struct logger_list *android_logger_list_alloc(int mode,
unsigned int tail,