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

Commit aab0c1af authored by Calin Juravle's avatar Calin Juravle
Browse files

resolve merge conflicts of acbd0025 to lmp-mr1-dev-plus-aosp.

Change-Id: I50095f77a43c7e116bcedb1ad7cb7b45640cf1c7
parents 5612c757 acbd0025
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -418,6 +418,10 @@ static pid_t ForkAndSpecializeCommon(JNIEnv* env, uid_t uid, gid_t gid, jintArra
  pid_t pid = fork();

  if (pid == 0) {
    if (!is_system_server && dataDir == NULL) {
        ALOGE("Application private dir cannot be null");
        RuntimeAbort(env);
    }
    // The child process.
    gMallocLeakZygoteChild = 1;