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

/system/core/logwrapper/
H A Dlogwrapper.c53 int log_target = LOG_ALOG; local
68 log_target = LOG_KLOG;
84 log_target, abbreviated, NULL, NULL, 0);
H A Dlogwrap.c92 int log_target; member in struct:log_info
159 if (log_info->log_target & LOG_KLOG) {
162 if (log_info->log_target & LOG_ALOG) {
165 if (log_info->log_target & LOG_FILE) {
294 int *chld_sts, int log_target, bool abbreviated, char *file_path,
320 if (abbreviated && (log_target == LOG_NONE)) {
327 if (log_target & LOG_KLOG) {
332 if ((log_target & LOG_FILE) && !file_path) {
334 log_target &= ~LOG_FILE;
337 if (log_target
293 parent(const char *tag, int parent_read, pid_t pid, int *chld_sts, int log_target, bool abbreviated, char *file_path, const struct AndroidForkExecvpOption* opts, size_t opts_len) argument
484 android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, int log_target, bool abbreviated, char *file_path, const struct AndroidForkExecvpOption* opts, size_t opts_len) argument
[all...]
/system/core/logwrapper/include/logwrap/
H A Dlogwrap.h47 * log_target: Specify where to log the output of the child, either LOG_NONE,
55 * file_path: if log_target has the LOG_FILE bit set, then this parameter
69 /* Values for the log_target parameter android_fork_execvp_ext() */
97 int log_target, bool abbreviated, char *file_path,

Completed in 52 milliseconds