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

Commit 37e232dc authored by Calin Juravle's avatar Calin Juravle Committed by Android Git Automerger
Browse files

am 21c3666e: am ef0a7e8f: Merge "Use native brige only if we have a private...

am 21c3666e: am ef0a7e8f: Merge "Use native brige only if we have a private data directory." into lmp-mr1-dev

* commit '21c3666e':
  Use native brige only if we have a private data directory.
parents aab0c1af 21c3666e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -418,10 +418,6 @@ 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;