Lines Matching refs:log
9 #include <log/log.h>
61 #include <log/logger.h>
89 writing or reading logs. The log buffers are divided up in Main, Sys‐
94 cation or library. [ASR]LOG[VDIWE] calls are used to log to BAsic,
104 sub-log.
106 The log reading interfaces permit opening the logs either singly or
107 multiply, retrieving a log entry at a time in time sorted order,
108 optionally limited to a specific pid and tail of the log(s) and finally
109 a call closing the logs. A single log can be opened with android_log‐
111 ger_list_alloc, calling in turn the android_logger_open for each log
113 log(s) can be closed with android_logger_list_free. The logs should be
115 will report when the log reading is done with an EAGAIN error return
128 the android_logger_clear function to empty the sub-log. It is recom‐
129 mended to only open log ANDROID_LOG_WRONLY in that case.
133 sub-log maximum size, readable size and log buffer format protocol ver‐
135 when opening the sub-log. It is recommended to open the log
143 The -EBADF return code indicates that the log access point can not be
144 opened, or the log buffer id is out of range.
151 will be sent to the log daemon once a new message can get through