Merge "Log the pid of the forked zygote child."
am: 820cfa422c
Change-Id: Ic569ae560a9efd9ceb5861b67c397a2a37f6f29c
This commit is contained in:
@@ -892,6 +892,8 @@ static pid_t ForkCommon(JNIEnv* env, bool is_system_server,
|
||||
|
||||
// Turn fdsan back on.
|
||||
android_fdsan_set_error_level(fdsan_error_level);
|
||||
} else {
|
||||
ALOGD("Forked child process %d", pid);
|
||||
}
|
||||
|
||||
// We blocked SIGCHLD prior to a fork, we unblock it here.
|
||||
|
||||
Reference in New Issue
Block a user