Merge "Re-land: Reconcile Zygote process name code with Q release." into stage-aosp-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
0b5937472e
@@ -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