Merge "Reconcile Zygote process name code with Q release."
am: 980681e525
Change-Id: I5df4cf4bd6e695b8236f7aec5262eeed32c8427e
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user