projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe2904
)
subproc: logging
author
Robert Swiecki
<robert@swiecki.net>
Sun, 20 Nov 2016 22:55:44 +0000
(23:55 +0100)
committer
Robert Swiecki
<robert@swiecki.net>
Sun, 20 Nov 2016 22:55:44 +0000
(23:55 +0100)
subproc.c
patch
|
blob
|
history
diff --git
a/subproc.c
b/subproc.c
index 69b2921d18e2d47f3366a157aff5e906271c42a0..08821307a4e840c865b3713766e69496f4e2b1ce 100644
(file)
--- a/
subproc.c
+++ b/
subproc.c
@@
-314,6
+314,7
@@
pid_t subprocClone(uintptr_t flags)
}
if (setjmp(env) == 0) {
+ LOG_D("Cloning process with flags %#tx", flags);
/*
* Avoid the problem of the stack growing up/down under different CPU architectures, by using
* middle of the static stack buffer (which is temporary, and used only inside of subprocCloneFunc