Searched defs:logwrap (Results 1 - 1 of 1) sorted by relevance

/system/core/logwrapper/include/logwrap/
H A Dlogwrap.h1 /* system/core/include/logwrap/logwrap.h
40 * value is only valid when logwrap successfully completes. If NULL
43 * SIGQUIT while logwrap is running. This may force the end-user to
58 * 0 when logwrap successfully run the child process and captured its status
74 /* Similar to above, except abbreviated logging is not available, and if logwrap
79 bool ignore_int_quit, bool logwrap)
82 (logwrap ? LOG_ALOG : LOG_NONE), false, NULL);
78 android_fork_execvp(int argc, char* argv[], int *status, bool ignore_int_quit, bool logwrap) argument

Completed in 64 milliseconds