Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846"
This commit is contained in:
commit
091c0f7ece
@ -498,7 +498,7 @@ int main(int argc, char* const argv[])
|
|||||||
#ifndef HAVE_ANDROID_OS
|
#ifndef HAVE_ANDROID_OS
|
||||||
QuickRuntime* runt = new QuickRuntime();
|
QuickRuntime* runt = new QuickRuntime();
|
||||||
runt->start("com/android/server/SystemServer",
|
runt->start("com/android/server/SystemServer",
|
||||||
false /* spontaneously fork system server from zygote */);
|
"" /* spontaneously fork system server from zygote */);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user