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

Commit d0390c93 authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "Reconcile Zygote process name code with Q release."

am: 980681e5

Change-Id: I5df4cf4bd6e695b8236f7aec5262eeed32c8427e
parents 3ed452c5 980681e5
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -479,6 +479,10 @@ class ZygoteConnection {


        closeSocket();
        closeSocket();


        if (parsedArgs.mNiceName != null) {
            Process.setArgV0(parsedArgs.mNiceName);
        }

        // End of the postFork event.
        // End of the postFork event.
        Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
        Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
        if (parsedArgs.mInvokeWith != null) {
        if (parsedArgs.mInvokeWith != null) {