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