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

* commit 'dbff91077ddf437b62794e077d2ce9e10fff8170':
  Support wrapping app processes to inject debug instrumentation. Bug: 4437846
This commit is contained in:
Jeff Brown 2011-08-10 13:56:31 -07:00 committed by Android Git Automerger
commit 4af616cb5a

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
}