summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'liblog/README')
-rw-r--r--liblog/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/liblog/README b/liblog/README
index 0676aecb8..461dfbe98 100644
--- a/liblog/README
+++ b/liblog/README
@@ -116,6 +116,10 @@ DESCRIPTION
116 code, otherwise the android_logger_list_read call will block for new 116 code, otherwise the android_logger_list_read call will block for new
117 entries. 117 entries.
118 118
119 The ANDROID_LOG_PSTORE mode flag to the android_logger_open is used to
120 switch from the active logs to the persistent logs from before the last
121 reboot.
122
119 The value returned by android_logger_open can be used as a parameter to 123 The value returned by android_logger_open can be used as a parameter to
120 the android_logger_clear function to empty the sub-log. It is recom‐ 124 the android_logger_clear function to empty the sub-log. It is recom‐
121 mended to only open log ANDROID_LOG_WRONLY in that case. 125 mended to only open log ANDROID_LOG_WRONLY in that case.
@@ -132,4 +136,4 @@ SEE ALSO
132 136
133 137
134 138
135 17 Dec 2013 LIBLOG(3) 139 24 Jan 2014 LIBLOG(3)