Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b62d5c76 authored by Martin Stjernholm's avatar Martin Stjernholm Committed by android-build-merger
Browse files

Merge "Log the pid of the forked zygote child." am: 820cfa42 am: 181c318f

am: 9669a542

Change-Id: I77c9339d939236435abad7fb29ed7d408c83aceb
parents 1f24ccf2 9669a542
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1240,6 +1240,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.