Searched refs:abbreviated (Results 1 - 3 of 3) sorted by relevance

/system/core/logwrapper/include/logwrap/
H A Dlogwrap.h52 * abbreviated: If true, capture up to the first 100 lines and last 4K of
53 * output from the child. The abbreviated output is not dumped to
76 int log_target, bool abbreviated, char *file_path, void* unused_opts,
79 /* Similar to above, except abbreviated logging is not available, and if logwrap
/system/core/logwrapper/
H A Dlogwrapper.c41 "-a: Causes logwrapper to do abbreviated logging.\n"
53 bool abbreviated = false; local
61 abbreviated = true;
83 log_target, abbreviated, NULL, NULL, 0);
H A Dlogwrap.c83 /* A structure to hold all the abbreviated buf data */
95 bool abbreviated; member in struct:log_info
170 /* Log to either the abbreviated buf, or directly to the specified log
174 if (log_info->abbreviated) {
252 /* Add the abbreviated output to the kernel log */
294 int *chld_sts, int log_target, bool abbreviated, char *file_path) {
319 if (abbreviated && (log_target == LOG_NONE)) {
320 abbreviated = 0;
322 if (abbreviated) {
348 log_info.abbreviated
293 parent(const char *tag, int parent_read, pid_t pid, int *chld_sts, int log_target, bool abbreviated, char *file_path) argument
476 android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, int log_target, bool abbreviated, char *file_path, void *unused_opts, int unused_opts_len) argument
[all...]

Completed in 158 milliseconds