Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
7b0c5cae8c25f73f76dc0c1c69f04cc25bd3883d
/
logwrapper
6991c75
logwrap: add missing O_CLOEXEC
by Tom Cherry
· 5 years ago
cbcf162
logwrapper: update benchmark and remove old functions
by Tom Cherry
· 6 years ago
2873974
logwrap: convert to C++, rename function logwrap_fork_execvp().
by Tom Cherry
· 6 years ago
332f491
logwrapper: open child_ptty in child process and remove ignore_int_quit
by Tom Cherry
· 6 years ago
32b8fda
Build adbd for recovery
by Jiyong Park
· 7 years ago
ee0e3f4
Remove misleading comment.
by Elliott Hughes
· 7 years ago
2057707
Build /vendor/bin/logwrapper too.
by Elliott Hughes
· 7 years ago
88cfdf2
bpfmt.
by Elliott Hughes
· 7 years ago
6a1a51a
Add OWNERS.
by Elliott Hughes
· 7 years ago
9d381a2
Merge "logwrapper: add a benchmark for android_fork_execvp_ext"
by Treehugger Robot
· 8 years ago
48b83df
logwrapper: add a benchmark for android_fork_execvp_ext
by Narayan Kamath
· 8 years ago
32db6c7
Logwrapper: Remove unused support for input / output processing.
by Narayan Kamath
· 8 years ago
1d6b610
liblog: use log/log.h when utilizing ALOG macros
by Mark Salyzyn
· 8 years ago
edc4b51
Rely on the platform -std default.
by Elliott Hughes
· 8 years ago
316adc3
system/core Replace cutils/log.h with android/log.h
by Mark Salyzyn
· 9 years ago
7333e30
Convert more Android.mk files to Android.bp
by Dan Willemsen
· 9 years ago
de0b515
Don't go busy loop when waiting child process.
by Tao Wu
· 9 years ago
1712c14
am eaf04aa0: am 3b94cef1: Merge "Add FORK_EXECVP_OPTION_CAPTURE_OUTPUT to logwrap.h"
by Yusuke Sato
· 10 years ago
0a60d82
Add FORK_EXECVP_OPTION_CAPTURE_OUTPUT to logwrap.h
by Yusuke Sato
· 10 years ago
12db759
am d1b11a04: am e656be33: Merge "Add |opts| argument to android_fork_execvp_ext"
by Yusuke Sato
· 10 years ago
e0a2f02
Add |opts| argument to android_fork_execvp_ext
by Yusuke Sato
· 10 years ago
7987739
am ab64465d: am 0e3ce82b: Merge "Use fsck.f2fs -a instead of -f for faster boot"
by Yusuke Sato
· 10 years ago
42a5129
Use fsck.f2fs -a instead of -f for faster boot
by Yusuke Sato
· 10 years ago
465f75f
Put in line breaks when logging to klog
by Greg Hartman
· 10 years ago
84cfd10
Fix "ptsname is not thread-safe; use ptsname_r instead" build break.
by Elliott Hughes
· 11 years ago
5254c4a
logwrapper: turn on -Werror
by Mark Salyzyn
· 11 years ago
ccecf14
system/core 64-bit cleanup.
by Elliott Hughes
· 11 years ago
5605cda
logwrapper: fix missing include
by William Roberts
· 11 years ago
4eaf905
Create a separate copy of the fsck logs
by Ken Sumrall
· 12 years ago
96e11b5
logwrapper: Add ability to log to kernel log
by Ken Sumrall
· 12 years ago
6ad53df
liblogwrap: use POLLHUP flag to check when a child dies
by Rom Lemarchand
· 12 years ago
74a7b91
liblogwrap: lock android_fork_execvp
by Rom Lemarchand
· 12 years ago
451dd85
liblogwrap: replace loops with calls to TEMP_FAILURE_RETRY
by Rom Lemarchand
· 12 years ago
a689d13
logwrap lib: make logwrapper less verbose when told to not log
by JP Abgrall
· 12 years ago
2f34c50
logwrap: Change semantics of NULL status in android_fork_execvp
by Rom Lemarchand
· 12 years ago
2a46bfa
logwrapper: rename logwrap() to android_fork_execvp()
by Rom Lemarchand
· 12 years ago
f5200c0
logwrap: add quiet flag to logwrap()
by Rom Lemarchand
· 12 years ago
2c3b2e1
Merge "logwrap: Replace sigprocmask with pthread_sigmask"
by Rom Lemarchand
· 12 years ago
665118f
Merge "logwrap: wait for child process when receiving SIGINT or SIGQUIT"
by Rom Lemarchand
· 12 years ago
ed179d2
logwrap: Replace sigprocmask with pthread_sigmask
by Rom Lemarchand
· 12 years ago
75c289a
logwrap: wait for child process when receiving SIGINT or SIGQUIT
by Rom Lemarchand
· 12 years ago
99e1966
logwrap: ensure child exits with _exit
by Rom Lemarchand
· 12 years ago
cfb5ec3
logwrap: remove unnecessary call to setuid/setgid
by Rom Lemarchand
· 12 years ago
611f5b4
logwrap: fix off by 1 argument error
by Rom Lemarchand
· 12 years ago
0cc2cab
logwrapper: switch to signal handlers for SIGCHLD
by Rom Lemarchand
· 12 years ago
b58a822
logwrapper: prevent logwrap from hanging when child dies
by Rom Lemarchand
· 12 years ago
113bd47
logwrapper: split into liblogwrap and the executable itself
by Rom Lemarchand
· 12 years ago
b10c7b4
Revert "Remove -d option from logwrapper"
by Rom Lemarchand
· 12 years ago
4d74bcf
Remove -d option from logwrapper
by Rom Lemarchand
· 12 years ago
1f28b77
logwrapper: reduce verbosity and fix usage
by Tanguy Pruvot
· 13 years ago
61fbcbe
Rename (IF_)LOG() to (IF_)ALOG()
by Steve Block
· 13 years ago
dd26bb3
Get rid of warnings when compiled with -Wformat-security
by Nick Kralevich
· 15 years ago
28a8dab
Add a printf format.
by christian.bejram
· 15 years ago
161b03c
Automated import from //branches/master/...@140824,140824
by Dianne Hackborn
· 16 years ago
dd7bc33
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
e54eebb
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
35237d1
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
4f6e8d7
Initial Contribution
by The Android Open Source Project
· 16 years ago