Merge "Re-land: Reconcile Zygote process name code with Q release." into stage-aosp-master
am: 0b5937472e
Change-Id: I4edfa7f78dc60bef5d681b0ae268f1d1f1d15b03
This commit is contained in:
@@ -485,6 +485,10 @@ class ZygoteConnection {
|
||||
|
||||
closeSocket();
|
||||
|
||||
if (parsedArgs.mNiceName != null) {
|
||||
Process.setArgV0(parsedArgs.mNiceName);
|
||||
}
|
||||
|
||||
// End of the postFork event.
|
||||
Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
|
||||
if (parsedArgs.mInvokeWith != null) {
|
||||
|
||||
Reference in New Issue
Block a user