Searched refs:abbreviated (Results 1 - 3 of 3) sorted by relevance
/system/core/logwrapper/ |
H A D | logwrapper.c | 42 "-a: Causes logwrapper to do abbreviated logging.\n" 54 bool abbreviated = false; local 62 abbreviated = true; 84 log_target, abbreviated, NULL);
|
H A D | logwrap.c | 83 /* 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 475 android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, int log_target, bool abbreviated, char *file_path) argument [all...] |
/system/core/logwrapper/include/logwrap/ |
H A D | logwrap.h | 51 * abbreviated: If true, capture up to the first 100 lines and last 4K of 52 * output from the child. The abbreviated output is not dumped to 72 int log_target, bool abbreviated, char *file_path); 74 /* Similar to above, except abbreviated logging is not available, and if logwrap
|
Completed in 3 milliseconds