Merge "Log the pid of the forked zygote child."

This commit is contained in:
Treehugger Robot
2019-02-26 23:22:52 +00:00
committed by Gerrit Code Review

View File

@@ -892,6 +892,8 @@ static pid_t ForkCommon(JNIEnv* env, bool is_system_server,
// Turn fdsan back on. // Turn fdsan back on.
android_fdsan_set_error_level(fdsan_error_level); 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. // We blocked SIGCHLD prior to a fork, we unblock it here.