Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846"

This commit is contained in:
Jeff Brown 2011-08-10 13:41:36 -07:00 committed by Android Code Review
commit 091c0f7ece

View File

@ -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
}