Missed these renames in last commit.
Test: builds Change-Id: I6c2d03accc55aef8381f38f9b182f2367e25a915
This commit is contained in:
@@ -107,7 +107,7 @@ public final class Zygote {
|
|||||||
fdsToIgnore, instructionSet, appDataDir);
|
fdsToIgnore, instructionSet, appDataDir);
|
||||||
// Enable tracing as soon as possible for the child process.
|
// Enable tracing as soon as possible for the child process.
|
||||||
if (pid == 0) {
|
if (pid == 0) {
|
||||||
Trace.setTracingEnabled(true, debugFlags);
|
Trace.setTracingEnabled(true, runtimeFlags);
|
||||||
|
|
||||||
// Note that this event ends at the end of handleChildProc,
|
// Note that this event ends at the end of handleChildProc,
|
||||||
Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "PostFork");
|
Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "PostFork");
|
||||||
@@ -157,7 +157,7 @@ public final class Zygote {
|
|||||||
uid, gid, gids, runtimeFlags, rlimits, permittedCapabilities, effectiveCapabilities);
|
uid, gid, gids, runtimeFlags, rlimits, permittedCapabilities, effectiveCapabilities);
|
||||||
// Enable tracing as soon as we enter the system_server.
|
// Enable tracing as soon as we enter the system_server.
|
||||||
if (pid == 0) {
|
if (pid == 0) {
|
||||||
Trace.setTracingEnabled(true, debugFlags);
|
Trace.setTracingEnabled(true, runtimeFlags);
|
||||||
}
|
}
|
||||||
VM_HOOKS.postForkCommon();
|
VM_HOOKS.postForkCommon();
|
||||||
return pid;
|
return pid;
|
||||||
|
|||||||
Reference in New Issue
Block a user